Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 11, 2024
1 parent d2efc2d commit f553fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/ring/swagger/swagger2_unit_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
;;

(fact "transform simple schemas"
(rsjs/schema-object Tag :swagger) => Tag'
(rsjs/schema-object Category :swagger) => Category'
(rsjs/schema-object Pet :swagger) => Pet')
(rsjs/schema-object Tag) => Tag'
(rsjs/schema-object Category) => Category'
(rsjs/schema-object Pet) => Pet')

(s/defschema RootModel
{:sub {:foo Long}})
Expand Down

0 comments on commit f553fec

Please sign in to comment.