[functional-tests] switch map -> for-each in a couple of places
This commit is contained in:
parent
19dfed1da9
commit
ee40e4becf
@ -501,7 +501,7 @@
|
||||
|
||||
(define-dm-scenario (thin create bs-multiple-of-64k-good)
|
||||
"The block size must be a multiple of 64k - good examples"
|
||||
(map (lambda (bs)
|
||||
(for-each (lambda (bs)
|
||||
(with-pool (pool (default-md-table)
|
||||
(default-data-table (gig 10))
|
||||
(kilo bs))
|
||||
@ -510,7 +510,7 @@
|
||||
|
||||
(define-dm-scenario (thin create bs-multiple-of-64k-bad)
|
||||
"The block size must be a multiple of 64k - bad examples"
|
||||
(map (lambda (bs)
|
||||
(for-each (lambda (bs)
|
||||
(assert-raises
|
||||
(with-pool (pool (default-md-table)
|
||||
(default-data-table (gig 10))
|
||||
|
Loading…
Reference in New Issue
Block a user