We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471e89b commit 7e9a60fCopy full SHA for 7e9a60f
diskqueue_test.go
@@ -262,7 +262,7 @@ func TestDiskQueueCorruption(t *testing.T) {
262
// give diskqueue time to handle read error
263
time.Sleep(50 * time.Millisecond)
264
265
- // the last log file is now considered corrupted leaving no more log messages
+ // the last log file is now considered corrupted leaving no more log messages
266
Equal(t, int64(0), dq.Depth())
267
}
268
0 commit comments