Skip to content

Commit

Permalink
second exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
gokeoladel committed Dec 17, 2024
1 parent c678be6 commit 9a31ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/com/serenitydojo/HelloWorldWriteTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
public class HelloWorldWriteTest {
@Test
public void shouldWriteHelloWorldToTheConsole() {
System.out.println("Hello world!");
System.out.println("Hello dojo");
}

}

0 comments on commit 9a31ce5

Please sign in to comment.