summaryrefslogtreecommitdiff
path: root/src/dreyfus/test/dreyfus_blacklist_await_test.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/dreyfus/test/dreyfus_blacklist_await_test.erl')
-rw-r--r--src/dreyfus/test/dreyfus_blacklist_await_test.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dreyfus/test/dreyfus_blacklist_await_test.erl b/src/dreyfus/test/dreyfus_blacklist_await_test.erl
index 28a5e7f30..82665eb02 100644
--- a/src/dreyfus/test/dreyfus_blacklist_await_test.erl
+++ b/src/dreyfus/test/dreyfus_blacklist_await_test.erl
@@ -62,8 +62,8 @@ do_not_await_1() ->
State = create_state(?DBNAME, Index, nil, nil, []),
Msg = "Index Blocked from Updating - db: ~p, ddocid: ~p name: ~p",
Return = wait_log_message(Msg, fun() ->
- {noreply, NewState} = dreyfus_index:handle_call({await, 1},
- self(), State)
+ {noreply, _NewState} = dreyfus_index:handle_call({await, 1},
+ self(), State)
end),
?assertEqual(Return, ok).