fixed several random tests

This commit is contained in:
Kevin Jahns
2017-10-23 22:43:33 +02:00
parent 2b7d2ed1e6
commit d859fd68fe
13 changed files with 100 additions and 69 deletions

View File

@@ -272,7 +272,7 @@ var arrayTransactions = [
]
test('y-array: Random tests (5)', async function randomArray5 (t) {
await applyRandomTests(t, arrayTransactions, 5)
await applyRandomTests(t, arrayTransactions, 12)
})
test('y-array: Random tests (42)', async function randomArray42 (t) {