Skip to content

Commit

Permalink
Remove superfluous db/teardown!
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfuentes2 committed Apr 18, 2014
1 parent 005964c commit 427df28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jepsen/system/consul.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
(defn db []
(reify db/DB
(setup! [this test node]
; bring down any lingering processes
(db/teardown! this test node)
(start-consul! test node)

(Thread/sleep 1000)
Expand Down

0 comments on commit 427df28

Please sign in to comment.