Skip to content

Commit

Permalink
fix: corrected test description
Browse files Browse the repository at this point in the history
  • Loading branch information
beninsydney committed Apr 29, 2022
1 parent a1ba053 commit 303369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/finance.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ describe('finance', () => {
});
});

describe('cardCardIssuer()', () => {
describe('creditCardIssuer()', () => {
it('should return a string', () => {
const issuer = faker.finance.creditCardIssuer();
expect(issuer).toBeTypeOf('string');
Expand Down

0 comments on commit 303369e

Please sign in to comment.