Skip to content

Commit

Permalink
Fix workflow lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed May 13, 2024
1 parent 6368717 commit da8990c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/gas-compare/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Compare gas costs
description: Compare gas costs between branches
inputs:
token:
description: github token
Expand Down
1 change: 1 addition & 0 deletions .github/actions/storage-layout/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Compare storage layouts
description: Compare storage layouts between branches
inputs:
token:
description: github token
Expand Down
3 changes: 1 addition & 2 deletions test/utils/Base64.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
pragma solidity ^0.8.20;

import {Test} from "forge-std/Test.sol";
import {SymTest} from "halmos-cheatcodes/SymTest.sol";
import {Base64} from "@openzeppelin/contracts/utils/Base64.sol";

contract Base64Test is Test, SymTest {
contract Base64Test is Test {
function testEncode(bytes memory input) external {
assertEq(Base64.encode(input), vm.toBase64(input));
}
Expand Down

0 comments on commit da8990c

Please sign in to comment.