Skip to content

Commit 764d677

Browse files
author
runzexia
authored
Merge pull request kubesphere#12 from kubesphere/runzexia-patch-1
update sample
2 parents 355f9d9 + 0ac8952 commit 764d677

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/io/kubesphere/devops/HelloWorldController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public class HelloWorldController {
1414

1515
@RequestMapping("/")
1616
public String sayHello() {
17-
return "Hello,World!";
17+
return "Really appreaciate your star, that's the power of our life.";
1818
}
1919
}

src/test/java/io/kubesphere/devops/HelloWorldControllerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class HelloWorldControllerTest {
88

99
@Test
1010
public void testSayHello() {
11-
assertEquals("Hello,World!",new HelloWorldController().sayHello());
11+
assertEquals("Really appreaciate your star, that's the power of our life.", new HelloWorldController().sayHello());
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)