mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
riakc api changed, compensating
This commit is contained in:
parent
b2525b228a
commit
4693c530b3
@ -163,7 +163,7 @@ twoi_tester(Node, Count, Pid, Vsn) ->
|
||||
{integer_index, "plusone"},
|
||||
Key + 1)
|
||||
} of
|
||||
{{ok, BinKeys}, {ok, IntKeys}} ->
|
||||
{{ok, {keys, BinKeys}}, {ok, {keys, IntKeys}}} ->
|
||||
case {assert_equal(ExpectedKeys, BinKeys), assert_equal(ExpectedKeys, IntKeys)} of
|
||||
{true, true} -> cool;
|
||||
{false, false} ->
|
||||
|
Loading…
Reference in New Issue
Block a user