Skip to content

Commit c5fcece

Browse files
author
Pedro Pablo Bustamante Barrera
committed
chore: update version
1 parent c45dd27 commit c5fcece

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cryptomarket",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "The CryptoMarket for Node.js",
55
"homepage": "https://www.cryptomkt.com",
66
"engines": {

test/rest/walletManagement.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,9 @@ describe("wallet management", () => {
154154
it("cro belongs", async function () {
155155
this.timeout(0);
156156
let croAddress = await client.getDepositCryptoAddress("CRO");
157-
console.log(croAddress)
158157
let result = await client.checkIfCryptoAddressBelongsToCurrentAccount(
159158
croAddress.address
160159
);
161-
162-
console.log(result)
163160
assert(result === true, "does not belong");
164161
});
165162
it.skip("eos belongs", async function () {

0 commit comments

Comments
 (0)