Skip to content

Commit

Permalink
Fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Sep 20, 2023
1 parent 0087283 commit 34cbc70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/com/eldrix/hermes/server_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
(:require [clojure.data.json :as json]
[clojure.spec.test.alpha :as stest]
[clojure.test :refer [deftest is use-fixtures]]
[com.eldrix.hermes.core :as hermes]
[com.eldrix.hermes.cmd.server :as server]
[com.eldrix.hermes.cmd.server]
[com.eldrix.hermes.core :as hermes]
[io.pedestal.http :as http]
[io.pedestal.http.route :as route]
[io.pedestal.test :refer [response-for]]))
Expand Down

0 comments on commit 34cbc70

Please sign in to comment.