Skip to content

Commit ec91e43

Browse files
author
Oren Sokolowsky
committed
lint
1 parent 8e1cb74 commit ec91e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/upgradescheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ contract('UpgradeScheme', function(accounts) {
323323
await reputationProxy.implementation.call({from: testSetup.org.avatar.address}),
324324
await newImp.getImplementation("Reputation")
325325
);
326-
})
326+
});
327327

328328
it("execute proposeVote -positive decision - verify version upgraded up to 60 contracts + genesisProtocol", async function() {
329329
this.timeout(50000);

0 commit comments

Comments
 (0)