Skip to content

Commit

Permalink
[fixup] Attempt to fix mem3 mocking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pgj committed Mar 1, 2024
1 parent 15f38bf commit 82cbd9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/couch_replicator/src/couch_replicator_fabric_rpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ t_docs(_) ->
docs_cb_test_() ->
{
foreach,
fun() -> ok end,
fun(_) -> ok end,
fun() -> meck:new(mem3) end,
fun(_) -> meck:unload() end,
[
?TDEF_FE(t_docs_cb_meta),
?TDEF_FE(t_docs_cb_row_skip),
Expand Down

0 comments on commit 82cbd9e

Please sign in to comment.