Skip to content

Commit

Permalink
Add chain to clients in getBatchPosters unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Oct 8, 2024
1 parent 74d8e45 commit 4a9c26c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/getBatchPosters.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ describe('createRollupFunctionSelector', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -272,6 +273,7 @@ describe('setBatchPosterFunctionSelector', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -309,6 +311,7 @@ describe('setBatchPosterFunctionSelector', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -353,6 +356,7 @@ describe('upgradeExecutorExecuteCallFunctionSelector', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -396,6 +400,7 @@ describe('upgradeExecutorExecuteCallFunctionSelector', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -431,6 +436,7 @@ describe('safeL2FunctionSelector', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -465,6 +471,7 @@ describe('safeL2FunctionSelector', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -508,6 +515,7 @@ describe('Detect batch posters added or removed multiple times', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -543,6 +551,7 @@ describe('Detect batch posters added or removed multiple times', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -576,6 +585,7 @@ describe('Detect batch posters added or removed multiple times', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down Expand Up @@ -611,6 +621,7 @@ describe('Detect batch posters added or removed multiple times', () => {
});

const mockClient = createPublicClient({
chain: arbitrum,
transport: mockTransport,
});

Expand Down

0 comments on commit 4a9c26c

Please sign in to comment.