Skip to content

Commit

Permalink
✨ Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Sep 26, 2023
1 parent a3ac2a9 commit 346e1ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/upgrades/v2.1.1/Upgrade.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ contract UpgradeTest is Test {
* VERIFY VERSION DID CHANGE
*/

(, response) =
activeAccount.call(abi.encodeWithSignature("VERSION()"));
(, response) = activeAccount.call(abi.encodeWithSignature("VERSION()"));
(bytes32 version) = abi.decode(response, (bytes32));
assertEq(version, "2.1.1", "wrong version");

Expand Down

0 comments on commit 346e1ee

Please sign in to comment.