Skip to content

Commit

Permalink
Update test/fixtures/test_runner_fixtures.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 31, 2022
1 parent aa23725 commit 17bb3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/test_runner_fixtures.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1130,10 +1130,10 @@ const skipExceptionMessageJsonOuput = [
'metadata': {'skip': false, 'skipReason': null},
'line': 4,
'column': 3,
'url': 'file:///my_app/test/counter/view/long_name_test.dart'
'url': 'file:///my_app/test/counter/view/multiline_test.dart'
},
'type': 'testStart',
'time': 2757
'time': 2760
},
{
'testID': 15,
Expand Down

0 comments on commit 17bb3a3

Please sign in to comment.