Skip to content

Commit

Permalink
fixing tests to cater for race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bbresearcher authored Jun 15, 2023
1 parent 408a17a commit a8fec9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions with-foundry/test/Starter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract StarterTest is Test {
starter.verifyEqual(proofBytes, dynamicCorrect);
}

function test_dynamicProofThirdTest() public {
function test_dynamicProofSecondTest() public {
string[] memory _fieldNames = new string[](2);
string[] memory _fieldValues = new string[](2);

Expand All @@ -64,7 +64,7 @@ contract StarterTest is Test {
starter.verifyEqual(proofBytes, dynamicCorrect);
}

function test_dynamicProofSecondTest() public {
function test_dynamicProofThirdTest() public {
string[] memory _fieldNames = new string[](2);
string[] memory _fieldValues = new string[](2);

Expand Down

0 comments on commit a8fec9f

Please sign in to comment.