Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Jan 12, 2016
1 parent c6ee5bc commit f5774a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACMESharp/ACMESharp-test/AcmeClientUnitTests.cs
Expand Up @@ -128,7 +128,7 @@ public void TestCleanup()
if (LastAcmeClient?.LastResponse != null)
{
var lastResponse = LastAcmeClient.LastResponse.ContentAsString;
Console.Error.WriteLine($"Failed Test: Last Response = [{lastResponse}]")
Console.Error.WriteLine($"Failed Test: Last Response = [{lastResponse}]");
}
}
}
Expand Down

0 comments on commit f5774a5

Please sign in to comment.