Skip to content

Commit

Permalink
test: fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseduardobrito committed Mar 10, 2021
1 parent 3b222f6 commit 08ab628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SentryTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe("lib.logger.SentryTransport", () => {
});

logger.info("Test sentry with jest");
logger.error(new BaseError("Error test sentry with jest"));
logger.error("messaage", new BaseError("Error test sentry with jest"));
});
});

0 comments on commit 08ab628

Please sign in to comment.