Skip to content

Commit

Permalink
Fix makeAllNodesKnown function call
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Feb 27, 2024
1 parent b633e6c commit 76da9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe("Integration tests", function () {

await testContext.bob.agent.updatePublicPerspective(new Perspective([link]))

//await testContext.makeAllNodesKnown()
await testContext.makeAllNodesKnown()
})

after(async () => {
Expand Down

0 comments on commit 76da9d4

Please sign in to comment.