Skip to content

Commit

Permalink
Address feedback from @PhilWindle
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 27, 2024
1 parent 36f00fc commit 205931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_deploy_contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('e2e_deploy_contract', () => {
expect(goodTxReceipt.blockNumber).toEqual(expect.any(Number));
expect(badTxReceipt.blockNumber).toBeUndefined();

await expect(pxe.getExtendedContractData(goodDeploy.getInstance().address)).resolves.toBeDefined();
await expect(pxe.getContractData(goodDeploy.getInstance().address)).resolves.toBeDefined();
await expect(pxe.getExtendedContractData(goodDeploy.getInstance().address)).resolves.toBeDefined();

await expect(pxe.getContractData(badDeploy.getInstance().address)).resolves.toBeUndefined();
Expand Down

0 comments on commit 205931b

Please sign in to comment.