Skip to content

Commit

Permalink
possibly undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
cowanator committed Jun 17, 2024
1 parent a9e4519 commit c95239f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ describe("e2e - Sepolia", () => {
const billingContract = BillingContract.fromEnv();
const draftHash =
await billingContract.processPaymentStatuses(paymentStatus);
// This is a non-deterministic test.
console.log("Drafting Hashe", draftHash);

const provider = billingContract.contract.runner!.provider;
const receipt = await provider!.getTransactionReceipt(draftHash!);
// 2 drafts + 2 fines + 2 safe module transactions.
Expand Down

0 comments on commit c95239f

Please sign in to comment.