Skip to content

Commit 71a2f73

Browse files
authored
Merge pull request #5 from DefinitelyNotTzeJing/branch3
Branch3
2 parents 880faee + e14bfc7 commit 71a2f73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/mycompany/app/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public class App {
77

8-
private static final String MESSAGE = "Hello from Spark Web Server!";
8+
private static final String MESSAGE = "Hello from Spark Web Server!!!UTAR my choice";
99

1010
public App() {}
1111

src/test/java/com/mycompany/app/AppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public void testAppConstructor() {
1919
public void testAppMessage()
2020
{
2121
App app = new App();
22-
assertEquals("Hello from Spark Web Server!", app.getMessage());
22+
assertEquals("Hello from Spark Web Server!!!UTAR my choice", app.getMessage());
2323
}
2424
}

0 commit comments

Comments
 (0)