Skip to content

Commit ca979c6

Browse files
committed
Fix test formatting
1 parent 4820a7b commit ca979c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/firebase_core/firebase_core_web/test/firebase_core_web_exceptions_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ void main() {
4545
FirebasePlatform.instance = FirebaseCoreWeb();
4646
});
4747

48-
test(
49-
'should return empty list when Firebase is not initialized',
50-
() {
48+
test('should return empty list when Firebase is not initialized', () {
5149
expect(FirebasePlatform.instance.apps, isEmpty);
5250
});
5351
});

0 commit comments

Comments
 (0)