Skip to content

Commit

Permalink
rm wip
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 29, 2024
1 parent 000a7f4 commit 9e9907e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/compojure/api/meta_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2137,10 +2137,3 @@
(is (= {:field 1 :default 1 :extra-keys 1 :extra-vals 1 :default-never 1} @times))
(dorun (repeatedly 10 exercise))
(is (= {:field 1 :default 1 :extra-keys 1 :extra-vals 1 :default-never 11} @times)))))

#_
(deftest push-context-parameters-into-endpoints-test
(macroexpand-2
`(context "/foo" []
:dynamic true
)))

0 comments on commit 9e9907e

Please sign in to comment.