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 56b02b9 commit 22d2642Copy full SHA for 22d2642
persistlog/decayedlog_test.go
@@ -124,6 +124,9 @@ func TestDecayedLogGarbageCollector(t *testing.T) {
124
MockNotifier.epochChan <- &chainntnfs.BlockEpoch{
125
Height: int32(102),
126
}
127
+ MockNotifier.epochChan <- &chainntnfs.BlockEpoch{
128
+ Height: int32(103),
129
+ }
130
131
// Wait for database write (GC is in a goroutine)
132
time.Sleep(500 * time.Millisecond)
0 commit comments