Skip to content

Commit

Permalink
Merge pull request #143 from tonlabs/fix-test
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
melsomino authored Jul 29, 2020
2 parents 90d8f3c + 94af4b1 commit 84c80bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions __tests__/contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ test.each(ABIVersions)('Run aborted transaction (ABI v%i)', async (abiVersion) =
.toEqual('client');
expect(error.code)
.toEqual(3012);
expect(error.data)
.toBeNull();
}
});
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ton-client-js",
"version": "0.25.2",
"version": "0.25.3",
"description": "TON Client for Java Script",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 84c80bd

Please sign in to comment.