summaryrefslogtreecommitdiff
path: root/src/couch_index/test/couch_index_compaction_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch_index/test/couch_index_compaction_tests.erl')
-rw-r--r--src/couch_index/test/couch_index_compaction_tests.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couch_index/test/couch_index_compaction_tests.erl b/src/couch_index/test/couch_index_compaction_tests.erl
index 0787151ae..18dd9ffe5 100644
--- a/src/couch_index/test/couch_index_compaction_tests.erl
+++ b/src/couch_index/test/couch_index_compaction_tests.erl
@@ -23,7 +23,8 @@ setup() ->
?assertNot(is_opened(Db)),
{Db, IndexerPid}.
-fake_index(#db{name = DbName} = Db) ->
+fake_index(Db) ->
+ DbName = couch_db:name(Db),
ok = meck:new([test_index], [non_strict]),
ok = meck:expect(test_index, init, ['_', '_'], {ok, 10}),
ok = meck:expect(test_index, open, fun(_Db, State) ->