riakc api changed, compensating

This commit is contained in:
Joe DeVivo 2013-07-16 11:29:12 -07:00
parent b2525b228a
commit 4693c530b3

View File

@ -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} ->