Skip to content

Commit

Permalink
Missing dhtSync
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 23, 2024
1 parent 5603203 commit fd27211
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/link-agent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ test('create Profile and link agent', async () => {

await bob.store.client.linkAgentWithMyProfile(carol.player.agentPubKey);

await dhtSync(
[alice.player, bob.player, carol.player],
alice.player.cells[0].cell_id[0],
);

agentsWithProfile = await toPromise(alice.store.allProfiles);
assert.equal(agentsWithProfile.size, 1);

Expand Down

0 comments on commit fd27211

Please sign in to comment.