Fix test names that cause problems on Windows
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / template / SubstringFilterTest.kt
index eebfe3c..9a44b73 100644 (file)
@@ -20,7 +20,7 @@ class SubstringFilterTest {
        }
 
        @Test
-       fun `filter returns "abc" if start is omitted and length is three`() {
+       fun `filter returns 'abc' if start is omitted and length is three`() {
            assertThat(filterText("length" to 3), equalTo<Any>("abc"))
        }