Skip to content

Commit

Permalink
Fix broken user-agent test
Browse files Browse the repository at this point in the history
  • Loading branch information
diehuxx committed Sep 28, 2023
1 parent 78c235f commit ab26dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/user-agent/tests/user-agent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Web5UserAgent', () => {
});

// Simulate terminating and restarting an app.
testAgent.closeStorage();
await testAgent.closeStorage();
testAgent = await TestManagedAgent.create({
agentClass : Web5UserAgent,
agentStores : 'dwn'
Expand Down

0 comments on commit ab26dd9

Please sign in to comment.