Rename test type: :coll->:lazy-seq

This commit is contained in:
Peter Taoussanis 2013-10-31 13:16:26 +07:00
parent b1dab1dc4b
commit aa78ad6a0b
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)