Fix crypto test
This commit is contained in:
parent
be426ee56d
commit
711bb40480
1 changed files with 2 additions and 0 deletions
|
|
@ -665,6 +665,8 @@
|
||||||
java.util.concurrent.ScheduledExecutorService
|
java.util.concurrent.ScheduledExecutorService
|
||||||
(instance? java.util.Iterator v)
|
(instance? java.util.Iterator v)
|
||||||
java.util.Iterator
|
java.util.Iterator
|
||||||
|
(instance? javax.crypto.SecretKey v)
|
||||||
|
javax.crypto.SecretKey
|
||||||
;; keep commas for merge friendliness
|
;; keep commas for merge friendliness
|
||||||
,,,)))
|
,,,)))
|
||||||
m (assoc m (list 'quote 'clojure.lang.Var) 'sci.lang.Var)
|
m (assoc m (list 'quote 'clojure.lang.Var) 'sci.lang.Var)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue