File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -545,16 +545,17 @@ namespace
545
545
SECTION (" file://D:/a/_temp/popen-gw0/some_other_parts" )
546
546
{
547
547
auto url = CondaURL::parse (" file://D:/a/_temp/popen-gw0/some_other_parts" ).value ();
548
- REQUIRE (url.pretty_str () == " file:////D:/a/_temp/popen-gw0/some_other_parts" );
549
548
if (mamba::util::on_win)
550
549
{
551
550
REQUIRE (url.path () == " /D:/a/_temp/popen-gw0/some_other_parts" );
552
551
REQUIRE (url.str () == " file:///D:/a/_temp/popen-gw0/some_other_parts" );
552
+ REQUIRE (url.pretty_str () == " file:///D:/a/_temp/popen-gw0/some_other_parts" );
553
553
}
554
554
else
555
555
{
556
556
REQUIRE (url.path () == " //D:/a/_temp/popen-gw0/some_other_parts" );
557
557
REQUIRE (url.str () == " file:////D:/a/_temp/popen-gw0/some_other_parts" );
558
+ REQUIRE (url.pretty_str () == " file:////D:/a/_temp/popen-gw0/some_other_parts" );
558
559
}
559
560
}
560
561
You can’t perform that action at this time.
0 commit comments