Skip to content

Commit f4fc9f4

Browse files
committed
cleanup
1 parent 06308d2 commit f4fc9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/mongo/driver/topology/pool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ func TestPool_Error(t *testing.T) {
15941594
p := newPool(poolConfig{})
15951595
assert.Equalf(t, poolPaused, p.getState(), "expected new pool to be paused")
15961596

1597-
// Since new pool is paused, checkout should throw poolClearedError.
1597+
// Since new pool is paused, checkout should throw PoolClearedError.
15981598
_, err := p.checkOut(context.Background())
15991599

16001600
var pce poolClearedError

0 commit comments

Comments
 (0)