mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-07 08:23:09 +00:00
USe assertTrue in TST test
This commit is contained in:
parent
8cc3062627
commit
a0e1a9392f
@ -176,7 +176,7 @@ contract TestStableTokenTest is Test {
|
||||
assertEq(token.totalSupply(), mintAmount);
|
||||
|
||||
vm.prank(user2);
|
||||
require(token.transfer(owner, 200 ether));
|
||||
assertTrue(token.transfer(owner, 200 ether));
|
||||
|
||||
assertEq(token.balanceOf(user2), 800 ether);
|
||||
assertEq(token.balanceOf(owner), 200 ether);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user