Fix typo in test name
This commit is contained in:
parent
ec8cb2e32f
commit
3ecc4e9538
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue