From 9dda9bba3da1f4e407efdae034d672701e830238 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 15 Jun 2023 23:37:23 +0000 Subject: [PATCH] Use prettyUri I think that is the style showing up? --- pkgs/test/test/runner/json_reporter_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/test/test/runner/json_reporter_test.dart b/pkgs/test/test/runner/json_reporter_test.dart index 2fa252528..d987a4b08 100644 --- a/pkgs/test/test/runner/json_reporter_test.dart +++ b/pkgs/test/test/runner/json_reporter_test.dart @@ -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', () {});