Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tichon29 committed Nov 3, 2020
1 parent f74dcb6 commit ac52c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/unit/module/breaker/sliding/time-breaker.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Mollitia from '../../../../src/index';
import { delay } from '../../../../src/helpers/time';
import * as Mollitia from '../../../../../src/index';
import { delay } from '../../../../../src/helpers/time';

const logger = {
debug: jest.fn(),
Expand Down
2 changes: 1 addition & 1 deletion test/unit/module/retry.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Mollitia from '../../src/index';
import * as Mollitia from '../../../src/index';

const successAsync = jest.fn().mockImplementation((res: unknown = 'default', delay = 1) => {
return new Promise((resolve) => {
Expand Down

0 comments on commit ac52c0d

Please sign in to comment.