Skip to content

Commit

Permalink
fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmonte committed Oct 1, 2024
1 parent 58d7041 commit c54be77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Account.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ contract AccountTest is Test, ConsolidatedEvents {
//////////////////////////////////////////////////////////////*/

function test_GetVersion() public view {
assert(account.VERSION() == "2.1.4");
assert(account.VERSION() == "2.1.5");
}

function test_GetTrackingCode() public view {
Expand Down

0 comments on commit c54be77

Please sign in to comment.