Skip to content

Commit

Permalink
Update flutter_test_config.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jul 30, 2023
1 parent c34799c commit a06d641
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) async {
if (e is! TestFailure) {
rethrow;
}
expect(e.message, contains(test1TrackingOn));
expect(e.message, contains('test: $test1TrackingOn'));
expect(e.message!.contains(test2TrackingOff), false);
print(e.message);
}
Expand Down

0 comments on commit a06d641

Please sign in to comment.