Skip to content

Commit

Permalink
test-尝试让CI失败
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Dec 4, 2024
1 parent 09840db commit db7b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/net/ximatai/muyun/gateway/TestFrontend.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void testFrontend() throws IOException, ExecutionException, InterruptedEx
.extract()
.asString();

Assertions.assertTrue(string.contains("Hello, World!"));
Assertions.assertTrue(string.contains("Hello, World!!"));
}

GatewayConfig buildConfig(FrontendHandler frontendHandler) {
Expand Down

0 comments on commit db7b946

Please sign in to comment.