Skip to content

Commit 22d2642

Browse files
Crypt-iQcfromknecht
authored andcommitted
small test fix
1 parent 56b02b9 commit 22d2642

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

persistlog/decayedlog_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ func TestDecayedLogGarbageCollector(t *testing.T) {
124124
MockNotifier.epochChan <- &chainntnfs.BlockEpoch{
125125
Height: int32(102),
126126
}
127+
MockNotifier.epochChan <- &chainntnfs.BlockEpoch{
128+
Height: int32(103),
129+
}
127130

128131
// Wait for database write (GC is in a goroutine)
129132
time.Sleep(500 * time.Millisecond)

0 commit comments

Comments
 (0)