Corrected test name to match semantics.

This commit is contained in:
Mundairson
2018-07-01 16:33:48 +01:00
parent 082bf484ed
commit d4d90e1d4d

View File

@@ -29,7 +29,7 @@ namespace Umbraco.Tests.FrontEnd
}
[Test]
public static void When_truncating_a_string_ending_with_a_space_we_should_trim_the_space_before_appending_the_ellipsis()
public static void When_truncating_a_string_ends_with_a_space_we_should_trim_the_space_before_appending_the_ellipsis()
{
var helper = new UmbracoHelper();