Skip to content

Commit 8421e94

Browse files
committed
[ci] shutdown
Signed-off-by: Itai Segall <[email protected]>
1 parent 3cc031b commit 8421e94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/scan/src/test/scala/org/lfdecentralizedtrust/splice/scan/store/bulk/AcsSnapshotBulkStorageTest.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@ class AcsSnapshotBulkStorageTest
117117

118118
clue("Add another snapshot to the store, it is also dumped") {
119119
store.addSnapshot(CantonTimestamp.tryFromInstant(Instant.ofEpochSecond(20)))
120-
probe.expectNext(2.minutes).value shouldBe (0, CantonTimestamp.tryFromInstant(
120+
val next = probe.expectNext(2.minutes)
121+
next.value shouldBe (0, CantonTimestamp.tryFromInstant(
121122
Instant.ofEpochSecond(20)
122123
))
123124
probe.expectNoMessage(10.seconds)
125+
next.killSwitch.shutdown()
124126
}
125127

126128
succeed

0 commit comments

Comments
 (0)