Skip to content

Commit c5982c8

Browse files
committed
Updates test file
1 parent f35c9ef commit c5982c8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/specs/MigrationManager.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ describe(MigrationManager, () => {
259259
expect(clevertap.profile.push).toHaveBeenCalledWith({
260260
Site: {
261261
age: 42,
262-
interests: '[jumping,running]',
263-
'tz': expect.any(String)
262+
interests: '[jumping,running]'
264263
}
265264
})
266265
})
@@ -280,8 +279,7 @@ describe(MigrationManager, () => {
280279
expect(clevertap.profile.push).toHaveBeenCalledTimes(1)
281280
expect(clevertap.profile.push).toHaveBeenCalledWith({
282281
Site: {
283-
'ct-name1': 'foo',
284-
'tz': expect.any(String)
282+
'ct-name1': 'foo'
285283
}
286284
})
287285
})

0 commit comments

Comments
 (0)