Skip to content

Commit

Permalink
test: adjusting existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Dec 14, 2023
1 parent fe96ae9 commit 35af75a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/CM.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ describe("Community Multisig", function () {
const snapshot = await helpers.takeSnapshot();

// Change the proposal Id to a known one
payload = guard.interface.encodeFunctionData("changeGovernorCheckProposalId",
const payload = guard.interface.encodeFunctionData("changeGovernorCheckProposalId",
["62151151991217526951504761219057817227643973118811130641152828658327965685127"]);
await timelock.execute(guard.address, payload);

Expand Down Expand Up @@ -494,9 +494,6 @@ describe("Community Multisig", function () {
let balance = await ethers.provider.getBalance(multisig.address);
expect(balance).to.equal(amount);

// Get the balance before
const balanceBefore = await ethers.provider.getBalance(deployer.address);

// Send the funds back
nonce = await multisig.nonce();
txHashData = await safeContracts.buildSafeTransaction({to: deployer.address, data: "0x", operation: 0, nonce: nonce});
Expand Down

0 comments on commit 35af75a

Please sign in to comment.