Skip to content

Commit

Permalink
Tests: improve covergae
Browse files Browse the repository at this point in the history
  • Loading branch information
dupdob committed Jun 16, 2017
1 parent 2bf47fa commit 75c0a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NFluent/Extensibility/MessageBlock.cs
Expand Up @@ -253,7 +253,7 @@ private string FullLabel()
else
{
fullLabel = string.Format(
this.customMessage ?? "The {0}: {1}",
"The {0}: {1}",
this.block,
this.comparisonLabel);
}
Expand Down

0 comments on commit 75c0a0e

Please sign in to comment.