Fix typo in test name

This commit is contained in:
Benoit Marty
2024-05-30 10:11:30 +02:00
parent cdf6f48112
commit 6a901f1d7b

View File

@@ -27,7 +27,7 @@ import org.junit.Test
class KonsistTestTest {
@Test
fun `Classes name containing @Test must end with 'Test''`() {
fun `Classes name containing @Test must end with 'Test'`() {
Konsist
.scopeFromTest()
.classes()