We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ac651 commit bb1aa47Copy full SHA for bb1aa47
test/src/commands/packages/commands/check/commands/licenses_test.dart
@@ -535,7 +535,7 @@ and limitations under the License.''');
535
'nothing',
536
);
537
when(() => veryGoodTestRunnerConfigPackage.root).thenReturn(
538
- Uri.parse(packagePath),
+ Uri.file(packagePath),
539
540
541
final targetPath = tempDirectory.path;
@@ -1719,7 +1719,7 @@ and limitations under the License.''');
1719
1720
1721
1722
1723
1724
1725
0 commit comments