Skip to content

Commit

Permalink
fix(BIC validation test)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed May 29, 2018
1 parent fe48435 commit 5dc7fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('FormHelper', () => {
})

it('returns undefined if valid BIC is given', () => {
expect(FormHelper.validBIC('GB04BARC20474473160944')).toBeUndefined()
expect(FormHelper.validBIC('DABAIE2D')).toBeUndefined()
})
})

Expand Down

0 comments on commit 5dc7fe7

Please sign in to comment.