diff --git a/packages/proxy-agent/tests/proxy-agent.spec.ts b/packages/proxy-agent/tests/proxy-agent.spec.ts index 01cdc2810..9a6dc66e0 100644 --- a/packages/proxy-agent/tests/proxy-agent.spec.ts +++ b/packages/proxy-agent/tests/proxy-agent.spec.ts @@ -65,7 +65,7 @@ describe('Web5ProxyAgent', () => { }); // Simulate terminating and restarting an app. - testAgent.closeStorage(); + await testAgent.closeStorage(); testAgent = await TestManagedAgent.create({ agentClass : Web5ProxyAgent, agentStores : 'dwn'