Skip to content

Commit a9b87eb

Browse files
committed
[ci] .
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent 3695a03 commit a9b87eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/ScanTimeBasedIntegrationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ class ScanTimeBasedIntegrationTest
460460
migrationId,
461461
)
462462
snapshot1 should not be None
463-
snapshot1.value shouldBe > (startTime)
463+
snapshot1.value.toInstant shouldBe > (startTime.toInstant)
464464
snapshot1
465465
}
466466

0 commit comments

Comments
 (0)