We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2c566 commit 7f588a1Copy full SHA for 7f588a1
pkg/dds/test/uri_converter_test.dart
@@ -84,7 +84,7 @@ void main() {
84
Uri serviceUri = remoteVmServiceUri;
85
dds = await DartDevelopmentService.startDartDevelopmentService(
86
remoteVmServiceUri,
87
- uriConverter: BazelUriConverter('/workspace/root/').uriToPath,
+ uriConverter: BazelUriConverter('/workspace/root').uriToPath,
88
);
89
serviceUri = dds!.wsUri!;
90
expect(dds!.isRunning, true);
0 commit comments