Skip to content

Commit

Permalink
noop change
Browse files Browse the repository at this point in the history
  • Loading branch information
escherize committed May 1, 2024
1 parent 399a475 commit 83fea14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/saml20_clj/sp/request_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@
(doseq [v [nil "" " " false true 100]]
(testing (format "\n%s = %s" k (pr-str v))
(let [request (assoc request k v)]
(is (thrown-with-msg?
java.lang.AssertionError
(is (thrown-with-msg? java.lang.AssertionError
(re-pattern (format "%s is required" (name k)))
(request/request request))))))))))

Expand Down

0 comments on commit 83fea14

Please sign in to comment.