correct function names for tests for chk
This commit is contained in:
parent
ab561ded3a
commit
a00f0e9de0
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue