Skip to content

Commit 0ac8952

Browse files
author
runzexia
authored
Update HelloWorldControllerTest.java
1 parent 9331c18 commit 0ac8952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)