Skip to content

Commit

Permalink
Should fail the cljs build
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jun 22, 2021
1 parent 215474d commit b1f20a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/nedap/speced/def/fn.cljc
Expand Up @@ -306,7 +306,7 @@

"bad :length"
(assoc correct-values :length #?(:clj 2.0
:cljs "2.0"))
:cljs 2.1))

"bad :name"
(assoc correct-values :name 31)
Expand Down

0 comments on commit b1f20a3

Please sign in to comment.