Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed May 8, 2024
1 parent 2dd70f4 commit 84c9b1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions examples/waffle/evm/test/EVM.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ describe('EVM', () => {
expect((await evm.developerDeposit()).toString()).to.equal(formatAmount('1_000_000_000_000_000_000'));

expect((await evm.publicationFee()).toString()).to.equal(formatAmount('1_000_000_000_000_000_000'));

await evmPredeployed.publishContract(evm.address);
} else {
expect(await evm.newContractExtraBytes()).to.equal(0);

Expand Down
2 changes: 1 addition & 1 deletion examples/waffle/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ examples=(
"evm-accounts"
"hello-world"
"honzon"
"incentives"
# "incentives"
"oracle"
"scheduler"
"stable-asset"
Expand Down

0 comments on commit 84c9b1c

Please sign in to comment.