Skip to content

Commit

Permalink
Automagically formatted by Duti!
Browse files Browse the repository at this point in the history
  • Loading branch information
decrapifier committed Nov 14, 2024
1 parent 54f7311 commit 0a458f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe('Methods and computeds', () => {
expect(tenants.fields).toEqual([])
expect(tenants.value).toEqual([])
expect(_.size(form.errors)).toBe(1)

tenants.remove()
expect(form.getField('location.addresses.0.tenants')).toBeUndefined()
expect(form.getField('location.addresses.0').value).toEqual({
Expand Down

0 comments on commit 0a458f6

Please sign in to comment.