Skip to content

Commit e5d5bce

Browse files
GODRIVER-3444 Run pre-commit
1 parent 8459cd9 commit e5d5bce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x/mongo/driver/operation_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ func TestOperation(t *testing.T) {
319319
// - rtt90) will be slightly smaller than the expected value.
320320
if got > tc.want {
321321
t.Errorf("maxTimeMS value higher than expected. got %v; wanted at most %v", got, tc.want)
322-
//t.Errorf("calculated server-side timeout (%v ms) is less than or equal to 0 (%v): %w",got, )
323322
}
324323
if !errors.Is(err, tc.err) {
325324
t.Errorf("error values do not match. got %v; want %v", err, tc.err)

0 commit comments

Comments
 (0)