mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
OsAgnostic for OnlyContain
This commit is contained in:
parent
41ebf21657
commit
149a1c2b75
@ -113,7 +113,7 @@ namespace NzbDrone.Core.Test.RootFolderTests
|
||||
.Returns(new List<Series>());
|
||||
|
||||
Subject.GetUnmappedFolders(@"C:\")
|
||||
.Should().OnlyContain(u => u.Path == @"C:\30 Rock");
|
||||
.Should().OnlyContain(u => u.Path == @"C:\30 Rock".AsOsAgnostic());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user