We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81224 commit 7ac9f0cCopy full SHA for 7ac9f0c
test/unit/fpnv/index.spec.ts
@@ -59,7 +59,7 @@ describe('Fpnv', () => {
59
expect(fpnvFirst).to.equal(fpnvSecond);
60
});
61
62
- it('should not return the same instance when different configs are provided', () => {
+ it('should not return the same instance when different app are provided', () => {
63
const fpnvFirst: Fpnv = getFirebasePnv(mockApp);
64
const fpnvSecond: Fpnv = getFirebasePnv(mockCredentialApp);
65
expect(fpnvFirst).to.not.equal(fpnvSecond);
0 commit comments