From a9ba76e645dc49af8ea15236ecc1eb3b10b1c2c2 Mon Sep 17 00:00:00 2001 From: Meek Msaki <98189596+mmsaki@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:22:06 +0000 Subject: [PATCH] Add devcontainer.json * 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` --- test/Gas.UnitTests.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Gas.UnitTests.t.sol b/test/Gas.UnitTests.t.sol index 1a3548d..0ddc3cf 100644 --- a/test/Gas.UnitTests.t.sol +++ b/test/Gas.UnitTests.t.sol @@ -196,5 +196,5 @@ contract GasTest is Test { vm.stopPrank(); } - function testGetPaymentStatus(address sender) public { + function testGetPaymentStatus(address sender) public {} }