Skip to content

Commit ad29c1b

Browse files
committed
test case fixed
1 parent 8737567 commit ad29c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/j_manual_approval_transfer_manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ contract("ManualApprovalTransferManager", accounts => {
374374
console.log("2");
375375
assert.equal(tx[2][0], web3.utils.toWei("3"));
376376
console.log("3");
377-
assert.equal(tx[3][0], latestTime() + duration.days(1));
377+
assert.equal(tx[3][0].toNumber(), latestTime() + duration.days(1));
378378
console.log("4");
379379
assert.equal(web3.utils.toUtf8(tx[4][0]), "DESCRIPTION");
380380
})

0 commit comments

Comments
 (0)