From 5c0e41a8513f151223d893a7a20b49fe2981e218 Mon Sep 17 00:00:00 2001 From: AnnaChiu95 <53097865+AnnaChiu95@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:47:01 -0400 Subject: [PATCH] Update segment channel mock data --- node/tests/setupTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/tests/setupTests.ts b/node/tests/setupTests.ts index 870be14d..94506437 100644 --- a/node/tests/setupTests.ts +++ b/node/tests/setupTests.ts @@ -255,7 +255,7 @@ jest.mock('@vtex/api', () => { })), Segment: jest.fn((): any => ({ getSegment: jest.fn(() => ({ - channel: jest.fn(), + channel: '1', })), })), LRUCache: jest.fn(),