chore: add TODO in test
This commit is contained in:
@@ -212,12 +212,15 @@ contract TychoRouterTest is TychoRouterTestSetup {
|
|||||||
assertEq(tychoRouter.paused(), false);
|
assertEq(tychoRouter.paused(), false);
|
||||||
tychoRouter.pause();
|
tychoRouter.pause();
|
||||||
assertEq(tychoRouter.paused(), true);
|
assertEq(tychoRouter.paused(), true);
|
||||||
|
// TODO: test swap calls when implemeted
|
||||||
vm.stopPrank();
|
vm.stopPrank();
|
||||||
|
|
||||||
vm.startPrank(UNPAUSER);
|
vm.startPrank(UNPAUSER);
|
||||||
tychoRouter.unpause();
|
tychoRouter.unpause();
|
||||||
assertEq(tychoRouter.paused(), false);
|
assertEq(tychoRouter.paused(), false);
|
||||||
vm.stopPrank();
|
vm.stopPrank();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function testPauseFailures() public {
|
function testPauseFailures() public {
|
||||||
|
|||||||
Reference in New Issue
Block a user