Skip to content

Commit

Permalink
Is this the bad match ?
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallEndian committed Aug 5, 2019
1 parent 6beee42 commit 60c8fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils/antidote_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ read_b_counter_commit(Node, Key, Bucket, CommitTime) ->
Obj = {Key, ?TYPE_B, Bucket},
V = rpc:call(Node, antidote, read_objects, [CommitTime, [], [Obj]]),
ct:print("The value V is ~p~n", [V]),
{ok, [Value], CommitTime} = V,
{?TYPE_B:value(Value), CommitTime}.
{ok, [Value], _} = V,
{?TYPE_B:value(Value), ok}.
%{?type_b:permissions(value), committime}.


Expand Down

0 comments on commit 60c8fc5

Please sign in to comment.