Skip to content

Commit 8bb69b4

Browse files
gnpricechrisbobbe
authored andcommitted
msglist test [nfc]: Cut "async" from main function
This isn't used. For a test file, it'd be inappropriate if it were, because the only thing `main` itself should do is to register tests, not run any test or app code.
1 parent 2e1f877 commit 8bb69b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/message_list_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import '../stdlib_checks.dart';
2020
import 'content_checks.dart';
2121
import 'test_store.dart';
2222

23-
void main() async {
23+
void main() {
2424
// These variables are the common state operated on by each test.
2525
// Each test case calls [prepare] to initialize them.
2626
late Subscription subscription;

0 commit comments

Comments
 (0)