Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
surekhaw committed Dec 2, 2024
1 parent b57249c commit 45c640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/spec/non-snapshot-tests/payload.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('payload testing', () => {
index: expect.any(String),
event_type: 'modal_rendered',
modal: expect.stringMatching(/(NI)|(NO_INTEREST)/i),
first_modal_render_delay: expect.any(String),
first_modal_render_delay: expect.stringNumber(),
timestamp: expect.any(Number),
render_duration: expect.any(String)
}
Expand Down

0 comments on commit 45c640f

Please sign in to comment.