Skip to content

Commit 9fc81b5

Browse files
authored
Destroy service repository after running DubboProtocolTest (#15474)
1 parent 770c8ad commit 9fc81b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dubbo-rpc/dubbo-rpc-dubbo/src/test/java/org/apache/dubbo/rpc/protocol/dubbo/DubboProtocolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static void after() {
6868
ApplicationModel.defaultModel()
6969
.getDefaultModule()
7070
.getServiceRepository()
71-
.unregisterService(DemoService.class);
71+
.destroy();
7272
}
7373

7474
@BeforeAll

0 commit comments

Comments
 (0)