From 303369edfda5b8ec1e9ce03c27c0b80180a5f987 Mon Sep 17 00:00:00 2001 From: beninsydney Date: Sat, 30 Apr 2022 00:20:56 +1000 Subject: [PATCH] fix: corrected test description --- test/finance.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/finance.spec.ts b/test/finance.spec.ts index 9ab68b26151..df5a193538f 100644 --- a/test/finance.spec.ts +++ b/test/finance.spec.ts @@ -450,7 +450,7 @@ describe('finance', () => { }); }); - describe('cardCardIssuer()', () => { + describe('creditCardIssuer()', () => { it('should return a string', () => { const issuer = faker.finance.creditCardIssuer(); expect(issuer).toBeTypeOf('string');