Skip to content

Commit

Permalink
Fix riak_kv_multi_backend:bad_config_test/0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Aug 8, 2012
1 parent 2572d18 commit 0f53f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/riak_kv_multi_backend.erl
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ extra_callback_test() ->
application:stop(bitcask).

bad_config_test() ->
application:unset_env(riak_kv, multi_backend),
ErrorReason = multi_backend_config_unset,
?assertEqual({error, ErrorReason}, start(0, [])).

Expand Down

0 comments on commit 0f53f8e

Please sign in to comment.