Skip to content

Commit

Permalink
Add devcontainer.json
Browse files Browse the repository at this point in the history
* adds `devcontainer.json` for codespace users
* We install foundry packages using use `"postCreateCommand"` commands
* See TODO and FIXME comments for later updates to `devcontainer.json`
  • Loading branch information
mmsaki committed Mar 2, 2024
1 parent ec49806 commit a9ba76e
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 a9ba76e

Please sign in to comment.