Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
riceyeh committed Sep 1, 2019
1 parent 3c64426 commit d0c7b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixes.values.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ describe('new form with nested array values', () => {
}
}

const $515 = new Form({fields, values}, {name: 'Form 515'})
expect($515.$('purpose').value).to.be.equal('Summer vacation')
expect($515.$('trip.itineraryItems').size).to.be.equal(3)
const $516 = new Form({fields, values}, {name: 'Form 516'})
expect($516.$('purpose').value).to.be.equal('Summer vacation')
expect($516.$('trip.itineraryItems').size).to.be.equal(3)
})
});

0 comments on commit d0c7b60

Please sign in to comment.