Fix typo in test name

This commit is contained in:
Benoit Marty 2024-05-30 10:11:30 +02:00
parent ec8cb2e32f
commit 3ecc4e9538

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()