Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Feb 27, 2024
1 parent caaba24 commit 5cf8755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
run: |
forge test -vvv
id: test

- name: Check formatting
run: |
forge fmt --check
id: fmt
1 change: 1 addition & 0 deletions test/Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ struct WebAuthnInfo {
bytes32 messageHash;
}


library Utils {
function getWebAuthnStruct(bytes32 challenge) public pure returns (WebAuthnInfo memory) {
string memory challengeb64url = Base64Url.encode(abi.encode(challenge));
Expand Down

0 comments on commit 5cf8755

Please sign in to comment.