Skip to content

Commit

Permalink
Update packages/core/test/lib/tracing/trace.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 authored Jun 20, 2023
1 parent bfa0c7a commit 12bcf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/lib/tracing/trace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('trace', () => {
expect(onError).toHaveBeenCalledTimes(isError ? 1 : 0);
});

it("doesn't create spans but calles onError if tracing is disabled", async () => {
it("doesn't create spans but calls onError if tracing is disabled", async () => {
const options = getDefaultTestClientOptions({
/* we don't set tracesSampleRate or tracesSampler */
});
Expand Down

0 comments on commit 12bcf60

Please sign in to comment.