Skip to content

Commit

Permalink
Fix flaky test testAssembleQueryConfigUrl. (#4083)
Browse files Browse the repository at this point in the history
Co-authored-by: wxq <Anilople@outlook.com>
  • Loading branch information
yyfMichaelYan and Anilople authored Nov 12, 2021
1 parent b00f238 commit 02fff62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ApolloNotificationMessages {
private Map<String, Long> details;

public ApolloNotificationMessages() {
this(Maps.<String, Long>newHashMap());
this(Maps.<String, Long>newTreeMap());
}

private ApolloNotificationMessages(Map<String, Long> details) {
Expand Down

0 comments on commit 02fff62

Please sign in to comment.