Skip to content

Commit

Permalink
Rework test fixtures
Browse files Browse the repository at this point in the history
Make sure we don't depend on map iteration order
  • Loading branch information
garydgregory committed Mar 31, 2024
1 parent 42ae7b9 commit a666876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ public MultiValuedMap<K, V> getMap() {
}

public int getSampleCountPerKey() {
return 2;
return 8;
}

/**
Expand Down

0 comments on commit a666876

Please sign in to comment.