Skip to content

Commit

Permalink
fix(tests): fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Jul 2, 2021
1 parent 2def836 commit edb1d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe("SushiYieldSource integration", function () {
{ gasLimit: 9500000 }
);

const exchangeWalletAddress = "0xD551234Ae421e3BCBA99A0Da6d736074f22192FF";
const exchangeWalletAddress = '0xF977814e90dA44bFA03b6295A0616a897441aceC';
await hre.network.provider.request({
method: "hardhat_impersonateAccount",
params: [exchangeWalletAddress],
Expand Down

0 comments on commit edb1d4d

Please sign in to comment.