summaryrefslogtreecommitdiff
path: root/test/etap/200-view-group-no-db-leaks.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/etap/200-view-group-no-db-leaks.t')
-rwxr-xr-xtest/etap/200-view-group-no-db-leaks.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/200-view-group-no-db-leaks.t b/test/etap/200-view-group-no-db-leaks.t
index 9c77f1a8..f506b7dc 100755
--- a/test/etap/200-view-group-no-db-leaks.t
+++ b/test/etap/200-view-group-no-db-leaks.t
@@ -165,7 +165,7 @@ wait_db_compact_done(N) ->
end.
compact_view_group() ->
- ok = couch_view_compactor:start_compact(test_db_name(), ddoc_name()),
+ {ok, _} = couch_view_compactor:start_compact(test_db_name(), ddoc_name()),
wait_view_compact_done(10).
wait_view_compact_done(0) ->