Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmushegian authored and rainbreak committed Dec 5, 2017
1 parent 540f857 commit 7b6ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sai.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ contract SaiTestBase is DSTest, DSMath {

dad.setRoleCapability(TOP, tub, S('cage(uint256,uint256)'), true);
dad.setRoleCapability(TOP, tub, S('flow()'), true);
dad.setRoleCapability(TOP, tub, S('cage(uint256)'), true);
dad.setRoleCapability(TOP, tap, S('cage(uint256)'), true);

dad.setRoleCapability(MOM, vox, S('mold(bytes32,uint256)'), true);
dad.setRoleCapability(MOM, tub, S('mold(bytes32,uint256)'), true);
Expand Down

0 comments on commit 7b6ada5

Please sign in to comment.