Rename test type: :coll->:lazy-seq
This commit is contained in:
parent
b1dab1dc4b
commit
aa78ad6a0b
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ nippy/stress-data
|
|||
:set #{1 2 3 4 5 #{6 7 8 #{9 10}}}
|
||||
:set-empty #{}
|
||||
:meta (with-meta {:a :A} {:metakey :metaval})
|
||||
:coll (repeatedly 1000 rand)
|
||||
:lazy-seq (repeatedly 1000 rand)
|
||||
|
||||
:byte (byte 16)
|
||||
:short (short 42)
|
||||
|
|
|
|||
|
|
@ -469,7 +469,7 @@
|
|||
:set-empty #{}
|
||||
:meta (with-meta {:a :A} {:metakey :metaval})
|
||||
|
||||
:coll (repeatedly 1000 rand)
|
||||
:lazy-seq (repeatedly 1000 rand)
|
||||
|
||||
:byte (byte 16)
|
||||
:short (short 42)
|
||||
|
|
|
|||
Loading…
Reference in a new issue