From ce52b26329abdf2c1487c1c58cef425f3662f8c4 Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Fri, 19 Apr 2024 11:46:02 +0300 Subject: [PATCH] test: actually assert something in openapi-malli-tests (is (= x) y) strikes again --- test/cljc/reitit/openapi_test.clj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/cljc/reitit/openapi_test.clj b/test/cljc/reitit/openapi_test.clj index 805a4183..1c542842 100644 --- a/test/cljc/reitit/openapi_test.clj +++ b/test/cljc/reitit/openapi_test.clj @@ -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)))))