Skip to content

Commit

Permalink
Update VotingReputation version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kronosapiens committed Sep 19, 2022
1 parent 307b63b commit 6cc8db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions/voting-rep.js
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ contract("Voting Reputation", (accounts) => {

it("can take an action to install an extension", async () => {
const oneTxPayment = soliditySha3("OneTxPayment");
const oneTxPaymentVersion = 4; // Make sure this is the latest version
const oneTxPaymentVersion = 6; // Make sure this is the latest version

let installation = await colonyNetwork.getExtensionInstallation(oneTxPayment, colony.address);
expect(installation).to.be.equal(ADDRESS_ZERO);
Expand Down

0 comments on commit 6cc8db3

Please sign in to comment.