OsAgnostic for OnlyContain

This commit is contained in:
Mark McDowall 2014-03-26 08:13:11 -07:00
parent 41ebf21657
commit 149a1c2b75
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}
}