Skip to content

Commit

Permalink
fix log in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 9, 2024
1 parent 3bc67e7 commit 7b10058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker-api/src/integriteeWorker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('worker', () => {
describe('getNonce', () => {
it('should return value', async () => {
const result = await worker.getNonce(alice, network.mrenclave);
console.log('getAccountInfo', result);
console.log('Nonce', result);
expect(result).toBeDefined();
});
});
Expand Down

0 comments on commit 7b10058

Please sign in to comment.