Skip to content

Commit 21a3be0

Browse files
committed
format
1 parent 4583ec5 commit 21a3be0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/e2e/tests/identity_tests.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ void runIdentityTests(
2121
AuthClient Function() getAuthClient,
2222
EmulatorHelper Function() getEmulator,
2323
) {
24-
group(
25-
'Identity Platform (Auth Blocking)',
26-
skip: 'Auth emulator only supports beforeCreate/beforeSignIn',
27-
() {
24+
group('Identity Platform (Auth Blocking)',
25+
skip: 'Auth emulator only supports beforeCreate/beforeSignIn', () {
2826
late AuthClient authClient;
2927
late EmulatorHelper emulator;
3028

0 commit comments

Comments
 (0)