minimizes chance of failing tests
This commit is contained in:
+1
-1
@@ -400,8 +400,8 @@ class EventStoreProjectionTest {
|
|||||||
runBlocking {
|
runBlocking {
|
||||||
val time = TimeUtils.now()
|
val time = TimeUtils.now()
|
||||||
val safe = signer.sign(TextNoteEvent.build("safe", createdAt = time) { expiration(time + 100) })
|
val safe = signer.sign(TextNoteEvent.build("safe", createdAt = time) { expiration(time + 100) })
|
||||||
val short = signer.sign(TextNoteEvent.build("short", createdAt = time) { expiration(time + 1) })
|
|
||||||
observable.insert(safe)
|
observable.insert(safe)
|
||||||
|
val short = signer.sign(TextNoteEvent.build("short", createdAt = time) { expiration(time + 1) })
|
||||||
observable.insert(short)
|
observable.insert(short)
|
||||||
|
|
||||||
val projection =
|
val projection =
|
||||||
|
|||||||
Reference in New Issue
Block a user