Skip to content

Commit

Permalink
test: actually assert something in openapi-malli-tests
Browse files Browse the repository at this point in the history
(is (= x) y) strikes again
  • Loading branch information
opqdonut committed Apr 22, 2024
1 parent 337d948 commit ce52b26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/cljc/reitit/openapi_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,9 @@
:additionalProperties false},
:examples {"2" {:total 2}, "3" {:total 3}},
:example {:total 4}}}}},
:summary "plus with body"}}})
(-> {:request-method :get
:uri "/openapi.json"}
(app)
:body
:paths))))
:summary "plus with body"}}}
(-> {:request-method :get
:uri "/openapi.json"}
(app)
:body
:paths)))))

0 comments on commit ce52b26

Please sign in to comment.