Skip to content

Commit

Permalink
Resolve test failed. (see cake-build#3127)
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz committed Feb 12, 2021
1 parent fa85837 commit 9817726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void Should_Use_ResultsDirectory_If_Provided()
var result = fixture.Run();

// Then
Assert.Equal("\"/Working/Test1.dll\" /ResultsDirectory:\"Working/Path to\"", result.Args);
Assert.Equal("\"/Working/Test1.dll\" /ResultsDirectory:\"/Working/Path to\"", result.Args);
}

[Fact]
Expand Down

0 comments on commit 9817726

Please sign in to comment.