Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Aug 11, 2024
1 parent f8d7c7b commit 4fcf9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/unit/winston/exception-handler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
*/

const baseHandlerTests = require('../../helpers/handlers');
const baseHandlerTests = require('../../helpers/handler-tests');
const helpers = require('../../helpers');

describe('ExceptionHandler', function () {
Expand All @@ -15,7 +15,6 @@ describe('ExceptionHandler', function () {
baseHandlerTests({
name: 'ExceptionHandler',
helper: 'exceptionHandler',
getAllInfo: new Error('catpants'),
setup: 'clearExceptions',
listener: 'uncaughtException',
toggleSetting: 'handleExceptions',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/winston/rejection-handler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
*/

const baseHandlerTests = require('../../helpers/handlers');
const baseHandlerTests = require('../../helpers/handler-tests');
const helpers = require('../../helpers');

describe('UnhandledRejectionHandler', function () {
Expand Down

0 comments on commit 4fcf9ab

Please sign in to comment.