You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/25 17:45:38 UTC

[couchdb] 35/41: Speedup eunit: fabric_doc_purge

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch speedup-test-suite
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4555ab5be7af22618be9c720c6e22b56066148c5
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Dec 25 11:41:00 2019 -0600

    Speedup eunit: fabric_doc_purge
---
 src/fabric/src/fabric_doc_purge.erl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/fabric/src/fabric_doc_purge.erl b/src/fabric/src/fabric_doc_purge.erl
index 7e447ff..3492f88 100644
--- a/src/fabric/src/fabric_doc_purge.erl
+++ b/src/fabric/src/fabric_doc_purge.erl
@@ -225,12 +225,11 @@ has_quorum(Resps, Count, W) ->
 
 
 -ifdef(TEST).
-
 -include_lib("eunit/include/eunit.hrl").
 
 purge_test_() ->
     {
-        foreach,
+        setup,
         fun setup/0,
         fun teardown/1,
         [