mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-21 switched test value from 'There', since we made that always throw...
This commit is contained in:
@ -497,9 +497,9 @@ class QPicoCliImplementationTest
|
|||||||
@Test
|
@Test
|
||||||
public void test_tableProcessGreetUsingOptionsForFields() throws Exception
|
public void test_tableProcessGreetUsingOptionsForFields() throws Exception
|
||||||
{
|
{
|
||||||
TestOutput testOutput = testCli("person", "process", "greet", "--field-greetingPrefix=Hello", "--field-greetingSuffix=There");
|
TestOutput testOutput = testCli("person", "process", "greet", "--field-greetingPrefix=Hello", "--field-greetingSuffix=World");
|
||||||
assertTestOutputDoesNotContain(testOutput, "Please supply a value for the field");
|
assertTestOutputDoesNotContain(testOutput, "Please supply a value for the field");
|
||||||
assertTestOutputContains(testOutput, "Hello X There");
|
assertTestOutputContains(testOutput, "Hello X World");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user