Skip to content

Commit 085f31f

Browse files
matthewdaleCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent cf1dc54 commit 085f31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integration/gridfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ func TestGridFS(x *testing.T) {
414414
cancel()
415415

416416
_, err = ds.Skip(int64(len(fileData)))
417-
assert.Error(mt, err, "expected error from Skip, got nil")
417+
assert.Error(mt, err, "expected error from Skip")
418418
assert.ErrorIs(mt, context.Canceled, err)
419419
})
420420
})

0 commit comments

Comments
 (0)