Skip to content

Commit

Permalink
Update segment channel mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaChiu95 committed Jul 14, 2022
1 parent 4e33197 commit 5c0e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tests/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jest.mock('@vtex/api', () => {
})),
Segment: jest.fn((): any => ({
getSegment: jest.fn(() => ({
channel: jest.fn(),
channel: '1',
})),
})),
LRUCache: jest.fn(),
Expand Down

0 comments on commit 5c0e41a

Please sign in to comment.