Skip to content

Commit 3409c38

Browse files
committed
feat: update integration tests
1 parent d46f02f commit 3409c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts-tests/tests/test-pending-transactions-rpc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { expect } from "chai";
22
import { step } from "mocha-steps";
33

44
import { GENESIS_ACCOUNT, GENESIS_ACCOUNT_PRIVATE_KEY } from "./config";
5-
import { createAndFinalizeBlock, describeWithFrontier, customRequest } from "./util";
5+
import { createAndFinalizeBlock, customRequest, describeWithFrontierAllPools } from "./util";
66

7-
describeWithFrontier("Frontier RPC (Pending Transactions)", (context) => {
7+
describeWithFrontierAllPools("Frontier RPC (Pending Transactions)", (context) => {
88
const TEST_ACCOUNT = "0x1111111111111111111111111111111111111111";
99

1010
// Helper function to create and send a transaction

0 commit comments

Comments
 (0)