diff --git a/tests/y-text.tests.js b/tests/y-text.tests.js index e21bfb6d..159971a1 100644 --- a/tests/y-text.tests.js +++ b/tests/y-text.tests.js @@ -654,7 +654,7 @@ const qChanges = [ if (prng.bool(gen)) { ytext.insertEmbed(insertPos, { image: 'https://user-images.githubusercontent.com/5553757/48975307-61efb100-f06d-11e8-9177-ee895e5916e5.png' }) } else { - ytext.insertEmbed(insertPos, new Y.YMap()) + ytext.insertEmbed(insertPos, new Y.YMap([[prng.word(gen), prng.word(gen)]])) } }, /**