Skip to content

Commit bb1aa47

Browse files
committed
fix: uri management in windows
1 parent 10ac651 commit bb1aa47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/commands/packages/commands/check/commands/licenses_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ and limitations under the License.''');
535535
'nothing',
536536
);
537537
when(() => veryGoodTestRunnerConfigPackage.root).thenReturn(
538-
Uri.parse(packagePath),
538+
Uri.file(packagePath),
539539
);
540540

541541
final targetPath = tempDirectory.path;
@@ -1719,7 +1719,7 @@ and limitations under the License.''');
17191719
'nothing',
17201720
);
17211721
when(() => veryGoodTestRunnerConfigPackage.root).thenReturn(
1722-
Uri.parse(packagePath),
1722+
Uri.file(packagePath),
17231723
);
17241724

17251725
final targetPath = tempDirectory.path;

0 commit comments

Comments
 (0)