Skip to content

Commit

Permalink
Fix test errors
Browse files Browse the repository at this point in the history
Co-authored-by: Iain Wood <iain.wood@flexiana.com>
  • Loading branch information
gmsvalente and Iain Wood committed Nov 10, 2023
1 parent 6fe5d3a commit b14d7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/xiana/swagger_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
count)]
(is (= generated-route-count
1))))
(testing "Actions should generate every methods"
(testing "Actions should generate only get methods if not specified"
(let [index-generated-methods-by-sample (->
generated-swagger-data
:paths
Expand All @@ -66,4 +66,4 @@
set)]
(is (=
index-generated-methods-by-sample
(set sut/all-methods)))))))))
(set [:get])))))))))

0 comments on commit b14d7b7

Please sign in to comment.