Skip to content

Commit

Permalink
Merge pull request #16 from ExtropyIO/15-forge-test-is-failing
Browse files Browse the repository at this point in the history
add missing closing braces
  • Loading branch information
extropyCoder authored Mar 2, 2024
2 parents 2b377ac + 306402e commit 2855df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gas.UnitTests.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ contract GasTest is Test {
vm.stopPrank();
}

function testGetPaymentStatus(address sender) public {
function testGetPaymentStatus(address sender) public {}
}

0 comments on commit 2855df7

Please sign in to comment.