Skip to content

Commit

Permalink
Remove unused namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsvalente committed Sep 29, 2023
1 parent 06579a2 commit 0d74665
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/xiana/route_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[clojure.test :refer :all]
[xiana.route :as route]
[xiana.route.helpers :as helpers]
[xiana.state :as state]
[xiana.swagger :as xsw]))
[xiana.state :as state]))

(def sample-request
{:uri "/" :request-method :get})
Expand Down

0 comments on commit 0d74665

Please sign in to comment.