Skip to content

Commit bd90109

Browse files
committed
fix prettier formatting in realm-auth-test
1 parent 2c65f87 commit bd90109

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/realm-server/tests/realm-auth-test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ module(basename(__filename), function () {
127127
// issue a JWT from the registry presence alone.
128128
testRealmServer.testingOnlyEvictRealmFromRealmsList(testRealmHref);
129129
assert.false(
130-
testRealmServer.testingOnlyRealms.some(
131-
(r) => r.url === testRealmHref,
132-
),
130+
testRealmServer.testingOnlyRealms.some((r) => r.url === testRealmHref),
133131
'precondition: realm is absent from realms[]',
134132
);
135133
assert.false(

0 commit comments

Comments
 (0)