Skip to content

Commit

Permalink
chore: cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Dec 23, 2024
1 parent 4e0e90f commit 5cff384
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,6 @@ contract GhoTokenPoolEthereum_transferLiquidity is GhoTokenPoolEthereumSetup {
}

contract GhoTokenPoolEthereum_setCurrentBridgedAmount is GhoTokenPoolEthereumSetup {
function setUp() public override {
super.setUp();
}

function test_UnauthorizedReverts() public {
changePrank(STRANGER);
vm.expectRevert(OnlyCallableByOwner.selector);
Expand Down

0 comments on commit 5cff384

Please sign in to comment.