Skip to content

Commit

Permalink
test(firstname): fix import in firstName test
Browse files Browse the repository at this point in the history
  • Loading branch information
samir-araujo committed Apr 1, 2020
1 parent 173a53d commit 571625b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/name/__tests__/firstName.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Locale } from '../../types/locale';
import firstName from '../firstName/firstName';
import firstName from '../firstName';
import locales from '../firstName/locales';

describe('Name | firstName', () => {
Expand Down

0 comments on commit 571625b

Please sign in to comment.