Skip to content

Commit 68cdab9

Browse files
committed
Fixed matm tests
1 parent dde1fb8 commit 68cdab9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/j_manual_approval_transfer_manager.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ contract("ManualApprovalTransferManager", accounts => {
456456
currentTime.add(new BN(duration.days(2))),
457457
web3.utils.toWei("5"),
458458
web3.utils.fromAscii("New Description"),
459-
0,
459+
false,
460460
{
461461
from: token_owner
462462
}
@@ -492,9 +492,9 @@ contract("ManualApprovalTransferManager", accounts => {
492492
account_investor1,
493493
account_investor4,
494494
expiryTimeMA,
495-
web3.utils.toWei("5"),
495+
0,
496496
web3.utils.fromAscii("New Description"),
497-
45,
497+
true,
498498
{
499499
from: token_owner
500500
}
@@ -530,7 +530,7 @@ contract("ManualApprovalTransferManager", accounts => {
530530
expiryTimeMA,
531531
web3.utils.toWei("4"),
532532
web3.utils.fromAscii("New Description"),
533-
1,
533+
true,
534534
{
535535
from: token_owner
536536
}
@@ -560,7 +560,7 @@ contract("ManualApprovalTransferManager", accounts => {
560560
expiryTimeMA,
561561
web3.utils.toWei("1"),
562562
web3.utils.fromAscii("New Description"),
563-
0,
563+
false,
564564
{
565565
from: token_owner
566566
}
@@ -596,7 +596,7 @@ contract("ManualApprovalTransferManager", accounts => {
596596
expiryTimeMA,
597597
web3.utils.toWei("5"),
598598
web3.utils.fromAscii("New Description"),
599-
0,
599+
false,
600600
{
601601
from: token_owner
602602
}

0 commit comments

Comments
 (0)