Skip to content

Commit

Permalink
T
Browse files Browse the repository at this point in the history
  • Loading branch information
atarpara committed Sep 19, 2024
1 parent b7674d2 commit 3f94277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Pod.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ contract PodTest is SoladyTest {
} else {
vm.expectRevert(Pod.FnSelectorNotRecognized.selector);
(bool s,) = address(pod).call(abi.encodePacked(selector));
s; // supressed complier warning
s; // suppressed compiler warning
}
}

Expand Down

0 comments on commit 3f94277

Please sign in to comment.