Skip to content

Commit

Permalink
attempt to fix tests - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Oct 22, 2024
1 parent ea36c95 commit 8d24876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/test/e2e_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ describe('Wallet scenarios', async () => {
console.log('contract deployed at', receipt.contractaddress.toString());

Check warning on line 283 in packages/wallet/test/e2e_test.ts

View workflow job for this annotation

GitHub Actions / build (@herajs/common)

Unexpected console statement

Check warning on line 283 in packages/wallet/test/e2e_test.ts

View workflow job for this annotation

GitHub Actions / build (@herajs/client)

Unexpected console statement

Check warning on line 283 in packages/wallet/test/e2e_test.ts

View workflow job for this annotation

GitHub Actions / build (@herajs/crypto)

Unexpected console statement

Check warning on line 283 in packages/wallet/test/e2e_test.ts

View workflow job for this annotation

GitHub Actions / build (@herajs/wallet)

Unexpected console statement
assert.equal(receipt.status, 'CREATED', `failed with error: ${receipt.result}`);
contract.setAddress(receipt.contractaddress);
const contractId = receipt.contractaddress.value.toString();
const contractId = receipt.contractaddress.toString();

// Call contract
// @ts-ignore
Expand Down

0 comments on commit 8d24876

Please sign in to comment.