diff --git a/integration-tests/tests/src/tests/sync/open-behavior.ts b/integration-tests/tests/src/tests/sync/open-behavior.ts index 449f26981e..ea47bf7563 100644 --- a/integration-tests/tests/src/tests/sync/open-behavior.ts +++ b/integration-tests/tests/src/tests/sync/open-behavior.ts @@ -33,7 +33,7 @@ const DogForSyncSchema = { }, }; -async function getRegisteredEmailPassCredentials(app: Realm.App) { +async function getRegisteredEmailPassCredentials(app: Realm.App) { if (!app) { throw new Error("No app supplied to 'getRegisteredEmailPassCredentials'"); }