Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Nov 19, 2024
1 parent 4cadecb commit 5990562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flutter/example/integration_test/app_start_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ void main() async {

await tester.pumpAndSettle();

await Future<void>.delayed(Duration(seconds: 3));

Check notice on line 59 in flutter/example/integration_test/app_start_test.dart

View workflow job for this annotation

GitHub Actions / analyze / analyze

Use 'const' with the constructor to improve performance.

Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.

final envelope = transport.envelopes.first;
expect(envelope.items[0].header.type, "transaction");
expect(await envelope.items[0].header.length(), greaterThan(0));
Expand Down

0 comments on commit 5990562

Please sign in to comment.