Skip to content

Commit e3e7ca8

Browse files
aamCommit Queue
authored andcommitted
[gardening] Fix service/uri_mappings_lookup_test.
This is a follow-up to https://dart.googlesource.com/sdk/+/d261ded4c72a2d29c3fb03d156aa15d55890bfe8 BUG=#59749 TEST=ci Change-Id: I3b03e2a7656337d9e60439e635e05d1414848f97 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/401562 Commit-Queue: Alexander Aprelev <[email protected]> Reviewed-by: Siva Annamalai <[email protected]>
1 parent 580107f commit e3e7ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/observatory/tests/service/uri_mappings_lookup_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final tests = <IsolateTest>[
3030
expect(uris[0], isNull);
3131
expect(uris[1], 'org-dartlang-sdk:///sdk/lib/io/io.dart');
3232
expect(uris[2], startsWith('file:///'));
33-
expect(uris[2], endsWith('third_party/pkg/pool/lib/pool.dart'));
33+
expect(uris[2], endsWith('pool/lib/pool.dart'));
3434
expect(uris[3], scriptUri);
3535
if (Platform.isWindows || Platform.isMacOS) {
3636
expect(uris[4], scriptUri);

0 commit comments

Comments
 (0)