Skip to content

Commit 15ff00b

Browse files
committed
Fix type error again.
1 parent b07d5fd commit 15ff00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-compat-exp/src/popup_redirect.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('popup_redirect/CompatPopupRedirectResolver', () => {
3434
const app = { options: { apiKey: 'api-key' } } as FirebaseApp;
3535
auth = new exp.AuthImpl(app, {
3636
apiKey: 'api-key'
37-
} as exp.Config);
37+
} as exp.ConfigInternal);
3838
});
3939

4040
afterEach(() => {

0 commit comments

Comments
 (0)