Skip to content

Commit

Permalink
📝 add some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 21, 2024
1 parent 453e8c5 commit adbd43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gas-snapshot
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SnapshotTest:test_snapshot((bytes,bytes,uint256,uint256,uint256)) (runs: 256, μ: 408696, ~: 408345)
SnapshotTest:test_snapshot((bytes,bytes,uint256,uint256,uint256)) (runs: 256, μ: 408004, ~: 408226)
1 change: 1 addition & 0 deletions test/Snapshot.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Test } from "forge-std/Test.sol";
import { Utils, WebAuthnInfo } from "webauthn-sol/../test/Utils.sol";
import { WebAuthn } from "webauthn-sol/WebAuthn.sol";

/// @dev Some comment.
contract SnapshotTest is Test {
using Utils for uint256;
using Utils for bytes32;
Expand Down

0 comments on commit adbd43b

Please sign in to comment.