Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
fix: fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
thrap committed Apr 17, 2020
1 parent 8b2c97b commit 0bc135b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import each from 'jest-each';

import { isValidNorwegianIdentificationNumber } from './national-identification-number';
import { isValidNorwegianIdentificationNumber } from './national-identification-number-validator';

describe('national-identification-number', () => {
describe('national-identification-number-validator', () => {
describe('isValidNorwegianIdentificationNumber', () => {
each`
birthNumber | expected
Expand Down

0 comments on commit 0bc135b

Please sign in to comment.