Skip to content

Commit

Permalink
Update Hello World output
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Dec 17, 2021
1 parent 13b2765 commit f59fb2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public void projectTestWithLatestSpec() throws IOException, InterruptedException
args.remove(args.size() - 1);
args.add("run");
output = TestUtils.executeCommand(args, projectPath);
Assert.assertTrue(output.contains("Hello World!"));
Assert.assertTrue(output.contains("Hello, World!"));
}

@Test(description = "Test dist list command.", dependsOnMethods = {"testUseCommand"})
Expand Down

0 comments on commit f59fb2b

Please sign in to comment.