Skip to content

Commit

Permalink
fix(test): add empty value in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Nov 22, 2023
1 parent d2a84dc commit d1af154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('createJsonPatchOperations', () => {
originalValue: {
id: 'foo',
name: 'bar',
attributeValues: [],
attributeValues: [{ value: '', attribute: 'foo' }],
},
values: {
name: 'baz',
Expand Down

0 comments on commit d1af154

Please sign in to comment.