Skip to content

Commit 245361f

Browse files
committed
fix test
1 parent 1ad7524 commit 245361f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utils/merge.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ describe('composeEventPayloadByRepetition', () => {
5454
...mockOriginalEvent.payload,
5555
title: 'Updated message',
5656
type: 'warning',
57-
addons: JSON.stringify({ userId: 8888 }),
58-
context: JSON.stringify({ sessionId: 'qwery' }),
57+
addons: { userId: 8888 },
58+
context: { sessionId: 'qwery' },
5959
},
6060
});
6161

0 commit comments

Comments
 (0)