Skip to content

Commit 640e400

Browse files
branch1 update
1 parent df8da78 commit 640e400

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! Branch1";
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! Branch1", app.getMessage());
2323
}
2424
}

0 commit comments

Comments
 (0)