Skip to content

Commit

Permalink
fix: syntax typos
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Nov 23, 2024
1 parent 2d9c215 commit 914da35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/components/dispatcher/AccessControl.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract AcessControlTest is DispatcherTestBase {
commandCount,
OWNER_ID,
PENDING_OWNER_ID
)
);
bytes memory getRes = invokeStaticDispatcher(queries);
(address owner_, ) = getRes.asAddressUnchecked(0);
(address pendingOwner_, ) = getRes.asAddressUnchecked(20);
Expand Down Expand Up @@ -298,7 +298,7 @@ contract AcessControlTest is DispatcherTestBase {
address newAdmin = makeAddr("newAdmin");
uint8 commandCount = 1;

bytes memory = addAdminCommand = abi.encodePacked(
bytes memory addAdminCommand = abi.encodePacked(
ACCESS_CONTROL_ID,
commandCount,
ADD_ADMIN_ID,
Expand Down

0 comments on commit 914da35

Please sign in to comment.