Undo testing restriction in test/machi_ap_repair_eqc.erl

This commit is contained in:
Scott Lystig Fritchie 2016-02-14 16:00:11 +09:00
parent b246ebc376
commit 12ebf4390d

View file

@ -199,9 +199,7 @@ change_partition(Partition,
%% Generators %% Generators
num() -> num() ->
2. choose(2, 5).
%% TODO:put me back
%% choose(2, 5).
cr_count(Num) -> cr_count(Num) ->
Num * 3. Num * 3.