Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U committed Apr 23, 2024
1 parent 828c1ca commit 9a5d94e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/transaction-pool/source/service-provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ describe<{
beforeEach((context) => {
context.app = new Application(new Container());
context.app.bind(Identifiers.Services.Trigger.Service).to(Services.Triggers.Triggers).inSingletonScope();

context.app.bind(Identifiers.Evm.Instance).toConstantValue({
transact: () => ({}),
view: () => ({}),
});
context.txPoolEnv = process.env.CORE_TRANSACTION_POOL;
context.maxTxPoolEnv = process.env.CORE_MAX_TRANSACTIONS_IN_POOL;

Expand Down

0 comments on commit 9a5d94e

Please sign in to comment.