Skip to content

Commit a490a95

Browse files
Integration test
[ci] Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
1 parent 71db95a commit a490a95

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ class ValidatorIntegrationTest extends IntegrationTest with WalletTestUtil {
115115
// dso info is available on the scan proxy
116116
aliceValidatorBackend.scanProxy.getDsoInfo() shouldBe sv1ScanBackend.getDsoInfo()
117117

118+
val now = env.environment.clock.now
119+
aliceValidatorBackend.scanProxy.getHoldingsSummaryAt(
120+
now,
121+
0L,
122+
Vector(aliceValidatorParty),
123+
) shouldBe sv1ScanBackend.getHoldingsSummaryAt(
124+
now,
125+
0L,
126+
Vector(aliceValidatorParty),
127+
)
128+
118129
// check that the dsoGovernance are not vetted
119130
aliceValidatorBackend.participantClient.topology.vetted_packages
120131
.list(filterParticipant = aliceValidatorBackend.participantClient.id.toProtoPrimitive)

0 commit comments

Comments
 (0)