Skip to content

Commit

Permalink
Use prettyUri
Browse files Browse the repository at this point in the history
I think that is the style showing up?
  • Loading branch information
natebosch committed Jun 15, 2023
1 parent 1881cad commit 9dda9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test/test/runner/json_reporter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ void customTest(String name, dynamic Function() testFn) => test(name, testFn);
});

test('the root suite from an absolute path', () {
final path = p.join(d.sandbox, 'test.dart');
final path = p.prettyUri(p.join(d.sandbox, 'test.dart'));
return _expectReport(
'''
customTest('success 1', () {});
Expand Down

0 comments on commit 9dda9bb

Please sign in to comment.