Skip to content

Commit

Permalink
refactor: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
chechu committed Jul 21, 2023
1 parent 3724262 commit e75717a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions simulations/vip-145/vip-145-testnet/simulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ forking(31522791, () => {
});
});

testVip("VIP-145 Change Oracle and Configure Resilient Oracle", vip145Testnet(), {
callbackAfterExecution: async txResponse => {},
});
testVip("VIP-145 Change Oracle and Configure Resilient Oracle", vip145Testnet());

describe("Post-VIP behavior", async () => {
let resilientOracleProxy: ethers.Contract;
Expand Down

0 comments on commit e75717a

Please sign in to comment.