Actually fix build break.
This commit is contained in:
parent
11af25b9b7
commit
17c6cfcb4e
|
|
@ -55,7 +55,7 @@ namespace Microsoft.AspNetCore.Mvc.Razor.Host.Test.Internal
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
Assert.Equal(expectedOutput, resultOutput, StringComparer.Ordinal, ignoreLineEndingDifferences: true);
|
Assert.Equal(expectedOutput, resultOutput, ignoreLineEndingDifferences: true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue