diff --git a/test/extensions/voting-rep.js b/test/extensions/voting-rep.js index f1967cbcfa..68badf7dfc 100644 --- a/test/extensions/voting-rep.js +++ b/test/extensions/voting-rep.js @@ -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);