Skip to content

Commit 7ac9f0c

Browse files
committed
chore: change test description
1 parent 1c81224 commit 7ac9f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/fpnv/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('Fpnv', () => {
5959
expect(fpnvFirst).to.equal(fpnvSecond);
6060
});
6161

62-
it('should not return the same instance when different configs are provided', () => {
62+
it('should not return the same instance when different app are provided', () => {
6363
const fpnvFirst: Fpnv = getFirebasePnv(mockApp);
6464
const fpnvSecond: Fpnv = getFirebasePnv(mockCredentialApp);
6565
expect(fpnvFirst).to.not.equal(fpnvSecond);

0 commit comments

Comments
 (0)