Skip to content

Commit

Permalink
Re-indent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed May 10, 2016
1 parent 90f0a74 commit d7e4dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kekkonen/swagger_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
swagger-handler (ks/swagger-handler {} {:spec "swagger.json", :info {:version "1.2.3"}})]
(against-background [(k/get-dispatcher anything) => dispatcher]

(fact "generates swagger json"
(swagger-handler {}) => (contains {:body (contains {:paths seq})})))
(fact "generates swagger json"
(swagger-handler {}) => (contains {:body (contains {:paths seq})})))

(fact "extracts swagger basePath from request context"
(let [context-path "/testpath"]
Expand Down

0 comments on commit d7e4dfd

Please sign in to comment.