Skip to content

Commit

Permalink
jepsen.repl: require history as h
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Dec 5, 2022
1 parent 9444586 commit 536f7fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jepsen/src/jepsen/repl.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(ns jepsen.repl
"Helper functions for mucking around with tests!"
(:require [jepsen.store :as store]
[jepsen.report :as report]))
(:require [jepsen [history :as h]
[report :as report]
[store :as store]]))

(defn latest-test
"Returns the most recently run test"
Expand Down

0 comments on commit 536f7fd

Please sign in to comment.