Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public void StaticWebAssetsFileProviderWithEmptyBasePath_FindsFile()
public void GetFileInfo_DoesNotMatch_IncompletePrefixSegments()
{
// Arrange
var expectedResult = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
var provider = new StaticWebAssetsFileProvider(
"_cont",
Path.GetDirectoryName(typeof(StaticWebAssetsFileProviderTests).Assembly.Location));
Expand Down
Loading