Skip to content

Commit

Permalink
Fix flaky test re. revokation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ar committed Jan 12, 2024
1 parent 5b8ea78 commit 85859c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lib/test/root.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ describe("ComposeDB nodes", () => {
composeClient,
contributionData,
);
await waitAndSync(contribution.streamID);
await updateContributorRelation(composeClient, {
id: contribution.streamID,
revoked: true,
Expand Down Expand Up @@ -763,6 +764,7 @@ describe("ComposeDB nodes", () => {
composeClient,
referenceData,
);
await waitAndSync(reference.streamID);
await updateReferenceRelation(composeClient, {
id: reference.streamID,
revoked: true,
Expand Down

0 comments on commit 85859c0

Please sign in to comment.