X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/927524f1be454de021180b74999d682780b8cb6b..7109f4f33c919b07f8e87412c3bc2cc28725296a:/services/keepstore/volume_generic_test.go diff --git a/services/keepstore/volume_generic_test.go b/services/keepstore/volume_generic_test.go index 0dd34e3af1..2180412431 100644 --- a/services/keepstore/volume_generic_test.go +++ b/services/keepstore/volume_generic_test.go @@ -320,10 +320,9 @@ func (s *genericVolumeSuite) testPutMultipleBlocks(t TB, factory TestableVolumeF } } -// testPutAndTouch -// Test that when applying PUT to a block that already exists, -// the block's modification time is updated. -// Test is intended for only writable volumes +// testPutAndTouch checks that when applying PUT to a block that +// already exists, the block's modification time is updated. Intended +// for only writable volumes. func (s *genericVolumeSuite) testPutAndTouch(t TB, factory TestableVolumeFactory) { s.setup(t) v := s.newVolume(t, factory)