Skip to content

Commit

Permalink
Oops, fix typo in setup of test key #1
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Nov 3, 2013
1 parent c0ed94d commit 774b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_backend.erl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ make_test_key(Backend, Suffix) ->
make_bs_and_ks(Backend) ->
{make_test_bucket(Backend, 1),
make_test_bucket(Backend, 2),
make_test_key(Backend, 2),
make_test_key(Backend, 1),
make_test_key(Backend, 2)}.

basic_store_and_fetch({Backend, State}) ->
Expand Down

0 comments on commit 774b65d

Please sign in to comment.