We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35819a commit 5250addCopy full SHA for 5250add
src/test/TestGhoReserve.t.sol
@@ -36,7 +36,7 @@ contract TestGhoReserve is TestGhoBase {
36
}
37
38
function testRevertUseNoCapacity() public {
39
- vm.expectRevert('LIMIT_REACHED');
+ vm.expectRevert('LIMIT_EXCEEDED');
40
GHO_RESERVE.use(100 ether);
41
42
0 commit comments