Skip to content

Commit

Permalink
test: fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyCoder committed Oct 9, 2024
1 parent cab182c commit 5a73d7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public static void before() {
public static void after() {
//MockServer.close();
ConfigurationTestHelper.removeConfig(ConfigurationKeys.SERIALIZE_FOR_RPC);
ConfigurationTestHelper.putConfig(ConfigurationKeys.SERVER_SERVICE_PORT_CAMEL, String.valueOf(ProtocolTestConstants.MOCK_SERVER_PORT));
TmNettyRemotingClient.getInstance().destroy();
RmNettyRemotingClient.getInstance().destroy();
}
Expand Down

0 comments on commit 5a73d7d

Please sign in to comment.