Skip to content

Commit

Permalink
Close test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HardlyDifficult committed Aug 1, 2020
1 parent 7a9f9d6 commit 865fdcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@fairmint/c-org-contracts",
"version": "2.4.9",
"version": "2.4.10",
"description": "Smart-contracts for continuous organizations.",
"scripts": {
"build": "npm run compile",
Expand Down
1 change: 0 additions & 1 deletion test/behaviors/wiki/close/close.js
Expand Up @@ -15,7 +15,6 @@ module.exports = function () {
await reverts(
this.contract.close({
from: await this.contract.beneficiary(),
value: "10000000000000000000000",
}),
"INVALID_STATE"
);
Expand Down

0 comments on commit 865fdcc

Please sign in to comment.