Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Feb 7, 2024
1 parent d84ee4b commit 2b5c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Counter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Counter} from "../src/Counter.sol";
contract CounterTest is Test {
Counter public counter;

function setUp2() public {
function setUp3() public {
counter = new Counter();
counter.setNumber(0);
}
Expand Down

0 comments on commit 2b5c7d6

Please sign in to comment.