Skip to content

Commit

Permalink
string reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Apr 11, 2023
1 parent 4027acc commit 2f7815c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/validation/__tests__/assertions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe(validateEvent, () => {
userId: undefined,
anonymousId: null,
})
).toThrowError(/not defined/i)
).toThrowError(/nil/i)
})
})
})

0 comments on commit 2f7815c

Please sign in to comment.