Skip to content

Commit

Permalink
Make the test succeed again
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Strijewski authored and Olga Strijewski committed Jul 6, 2024
1 parent 7112bc1 commit c332713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void contextLoads() {
void testHelloWorld() {
GithubWorkflowDemoApplication.HelloWorldController controller = new GithubWorkflowDemoApplication().new HelloWorldController();
String response = controller.hello();
assertThat(response).isEqualTo("Hello, World 123!");
assertThat(response).isEqualTo("Hello, World!");
}

}

0 comments on commit c332713

Please sign in to comment.