Skip to content

Commit 5250add

Browse files
committed
chore: test
1 parent c35819a commit 5250add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/TestGhoReserve.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ contract TestGhoReserve is TestGhoBase {
3636
}
3737

3838
function testRevertUseNoCapacity() public {
39-
vm.expectRevert('LIMIT_REACHED');
39+
vm.expectRevert('LIMIT_EXCEEDED');
4040
GHO_RESERVE.use(100 ether);
4141
}
4242

0 commit comments

Comments
 (0)