array.insert throws length-exceeded event - fixes #314

This commit is contained in:
Kevin Jahns
2021-06-24 16:50:25 +02:00
parent 89c5541ee6
commit 311dd50f1b
4 changed files with 51 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export const testSetProperty = tc => {
/**
* @param {t.TestCase} tc
*/
export const testHasProperty = tc => {
export const testHasProperty = tc => {
const { testConnector, users, xml0, xml1 } = init(tc, { users: 2 })
xml0.setAttribute('height', '10')
t.assert(xml0.hasAttribute('height'), 'Simple set+has works')