Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-via committed Jan 26, 2024
2 parents fd26e4d + 312ec4e commit 948aaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('Pinterest MC sends correct request', () => {

it('Handler invokes fetch correctly', () => {
const arr = []
handler(mockEvent, settings,'pageview', (...args) => {
handler(mockEvent, settings, 'pageview', (...args) => {
arr.push(args)
})
expect(arr.length).toBe(1)
Expand Down

0 comments on commit 948aaf1

Please sign in to comment.