Skip to content

Commit

Permalink
Fix version packages tests (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan authored Oct 5, 2023
1 parent 8900ddd commit a4c70dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-flowers-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zoralabs/zora-1155-contracts": patch
---

fix version packages tests
1 change: 1 addition & 0 deletions test/factory/ZoraCreator1155Factory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {MockContractMetadata} from "../mock/MockContractMetadata.sol";
import {ProxyShim} from "../../src/utils/ProxyShim.sol";

contract ZoraCreator1155FactoryTest is Test {
using stdJson for string;
address internal zora;
uint256 internal mintFeeAmount;

Expand Down

0 comments on commit a4c70dc

Please sign in to comment.