Skip to content

Commit a7135bd

Browse files
committed
only test rest
1 parent 5f3a593 commit a7135bd

File tree

1 file changed

+1
-1
lines changed
  • demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client

1 file changed

+1
-1
lines changed

demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client/TestReactiveStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class TestReactiveStream implements CategorizedTestCase {
3838
private static final String SERVER = "servicecomb://springmvc";
3939

4040
@Override
41-
public void testAllTransport() throws Exception {
41+
public void testRestTransport() throws Exception {
4242
testSseString();
4343
testSseStringWithParam();
4444
testSseModel();

0 commit comments

Comments
 (0)