Skip to content

Commit 65d2407

Browse files
committed
Fix app check
1 parent e5d4b53 commit 65d2407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages-exp/app-check-exp/src/api.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ describe('api', () => {
9898
const appCheckInstance = initializeAppCheck(app, {
9999
provider: new ReCaptchaV3Provider(FAKE_SITE_KEY)
100100
});
101-
expect(initializeAppCheck(app, {
101+
expect(
102+
initializeAppCheck(app, {
102103
provider: new ReCaptchaV3Provider(FAKE_SITE_KEY)
103104
})
104105
).to.equal(appCheckInstance);

0 commit comments

Comments
 (0)