Skip to content

Commit 6ce08ef

Browse files
committed
fix test
1 parent fce916b commit 6ce08ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/thirdweb/src/extensions/thirdweb/write/publish.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ describe.runIf(process.env.TW_SECRET_KEY)("publishContract", () => {
8585
uri: logs?.[0]?.args.publishedContract.publishMetadataUri ?? "",
8686
});
8787
expect(publishedData.abi).toBeDefined();
88-
expect(publishedData.bytecode).toBeDefined();
8988
expect(publishedData.version).toBe("0.0.1");
9089
expect(publishedData.changelog).toBe("Initial release");
9190
expect(publishedData.name).toBe("CatAttackNFT");

0 commit comments

Comments
 (0)