Skip to content

Commit

Permalink
fix cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Sep 20, 2023
1 parent b9b9d56 commit 5213b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/contracts/test/Tablegen.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ contract TablegenTest is Test, StoreMock {
function testOffchain() public {
Offchain.register();

Offchain.setRecord("key", 123);
Offchain.set("key", 123);
}
}

0 comments on commit 5213b7b

Please sign in to comment.