Skip to content

Commit

Permalink
Use separate folders for different cases of a theory
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Aug 24, 2017
1 parent 13da213 commit 4ccf1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotnet-add-reference.Tests/GivenDotnetAddReference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public void ItCanAddRefWithoutCondAndTargetingSupersetOfFrameworksAndOneOfRefere
[InlineData("nonexistingframeworkname")]
public void WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(string framework)
{
var setup = Setup();
var setup = Setup(framework);
var lib = new ProjDir(setup.LibDir);
var net45lib = new ProjDir(Path.Combine(setup.TestRoot, "Net45Lib"));

Expand Down

0 comments on commit 4ccf1b6

Please sign in to comment.