Fixing tests in Windows.
This commit is contained in:
parent
59ac685dcd
commit
9cbc563b55
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ namespace Microsoft.DotNet.Migration.Tests
|
|||
|
||||
var outputCsProj = Path.Combine(projectDirectory, projectName + ".csproj");
|
||||
var csproj = File.ReadAllText(outputCsProj);
|
||||
Console.WriteLine(csproj);
|
||||
csproj.EndsWith(Environment.NewLine).Should().Be(true);
|
||||
csproj.EndsWith("\n").Should().Be(true);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Reference in a new issue