Skip to content

Commit

Permalink
chore: hans, get ze Flammenwerfer
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 30, 2024
1 parent a119e01 commit ed7db37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ NETWORK_TEST:
e2e-p2p:
DO +E2E_TEST --test=./src/e2e_p2p_network.test.ts

e2e-devnet:
DO +E2E_TEST --test=./src/e2e_devnet.test.ts
e2e-l1-with-wall-time:
DO +E2E_TEST --test=./src/e2e_l1_with_wall_time.test.ts

e2e-2-pxes:
DO +E2E_TEST --test=./src/e2e_2_pxes.test.ts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { privateKeyToAccount } from 'viem/accounts';

import { getPrivateKeyFromIndex, setup } from './fixtures/utils.js';

describe('e2e_devnet', () => {
describe('e2e_l1_with_wall_time', () => {
let logger: DebugLogger;
let teardown: () => Promise<void>;
let pxe: PXE;
Expand All @@ -26,7 +26,7 @@ describe('e2e_devnet', () => {
const txs = await submitTxsTo(pxe as PXEService, 8);
await Promise.all(
txs.map(async (tx, j) => {
logger.info(`Waiting for tx ${i - j}: ${await tx.getTxHash()} to be mined`);
logger.info(`Waiting for tx ${i}-${j}: ${await tx.getTxHash()} to be mined`);
return tx.wait();
}),
);
Expand Down

0 comments on commit ed7db37

Please sign in to comment.