Skip to content

Commit 84d6a5e

Browse files
ray-roestenburg-dastephencompall-DA
authored andcommitted
Update apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/ScanHistoryBackfillingIntegrationTest.scala
Co-authored-by: Stephen Compall <stephen.compall@digitalasset.com> Signed-off-by: Raymond Roestenburg <98821776+ray-roestenburg-da@users.noreply.github.com>
1 parent a910e4c commit 84d6a5e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,6 @@ class ScanHistoryBackfillingIntegrationTest
405405
case definitions.UpdateHistoryItemV2.members.UpdateHistoryTransactionV2(http) =>
406406
http.eventsById
407407
}
408-
val eventsByIdSv1 = collectEventsById(sv1Items)
409-
val eventsByIdSv2 = collectEventsById(sv2Items)
410-
411-
def assertOrderedEventsById(eventsByIdSeq: Seq[SortedMap[String, definitions.TreeEvent]]) =
412-
forAll(eventsByIdSeq) { eventsById =>
413-
eventsById.keys.toSeq should contain theSameElementsInOrderAs SortedMap.from(eventsById).keys.toSeq
414-
}
415-
assertOrderedEventsById(eventsByIdSv1)
416-
assertOrderedEventsById(eventsByIdSv2)
417408
sv1Items should contain theSameElementsInOrderAs sv2Items
418409
}
419410

0 commit comments

Comments
 (0)