Skip to content

Commit d4af1b0

Browse files
committed
fixes #159
1 parent 2bbc2a2 commit d4af1b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[org.tobereplaced/lettercase "1.0.0"]
1414
[frankiesardo/linked "1.2.6"]
1515
[metosin/ring-http-response "0.6.5"]
16-
[metosin/ring-swagger "0.22.0"]
16+
[metosin/ring-swagger "0.22.1-SNAPSHOT"]
1717
[metosin/schema-tools "0.7.0"]
1818
[ring-middleware-format "0.7.0"]
1919
[backtick "0.3.3"]

test/compojure/api/integration_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,5 +1208,5 @@
12081208
:return Foo
12091209
(ok {:a "foo"}))))
12101210

1211-
(fact "defapi & api define same results with supported schema types #159"
1211+
(fact "defapi & api define same results, #159"
12121212
(get-spec with-defapi) => (get-spec (with-api)))

0 commit comments

Comments
 (0)