correct function names for tests for chk

This commit is contained in:
ansgarz 2022-03-19 20:48:15 +01:00
parent ab561ded3a
commit a00f0e9de0

View file

@ -396,7 +396,7 @@ internal class ProvTest {
} }
@Test @Test
fun check_returnsTrue() { fun chk_returnsTrue() {
// when // when
val res = testLocal().chk("echo 123") val res = testLocal().chk("echo 123")
@ -405,7 +405,7 @@ internal class ProvTest {
} }
@Test @Test
fun check_returnsFalse() { fun chk_returnsFalse() {
// when // when
val res = testLocal().chk("cmddoesnotexist") val res = testLocal().chk("cmddoesnotexist")