Skip to content

Commit

Permalink
Fixed broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpabich committed Jun 10, 2016
1 parent dacf0f3 commit 2286e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Calamari.Tests/Fixtures/Bash/BashFixture.cs
Expand Up @@ -43,7 +43,7 @@ public void ShouldConsumeParametersWithQuotes()
.Argument("scriptParameters", "\"Para meter0\" 'Para meter1'"));

output.AssertSuccess();
output.AssertOutput("Parameters Para meter0Para meter1'");
output.AssertOutput("Parameters Para meter0Para meter1");
}

[Test]
Expand Down

0 comments on commit 2286e24

Please sign in to comment.