Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnonni committed Aug 22, 2024
1 parent c8bf586 commit 1b10788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/dcx-server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('DcxServer class', () => {
it('should initialize the server', async () => {
server.dcx.config.issuer.web5Password = Mnemonic.createPassword();
server.dcx.config.issuer.web5RecoveryPhrase = Mnemonic.createRecoveryPhrase();

server.dcx.config.issuer.agentDataPath = '__TEST_DATA__/DCX/ISSUER/AGENT';
await server.dcx.initializeWeb5();
expect(server.dcx.isInitialized).equals(true);
});
Expand Down

0 comments on commit 1b10788

Please sign in to comment.