Skip to content

Commit

Permalink
test(tree-grid): fix failing test in transactions, #2921
Browse files Browse the repository at this point in the history
  • Loading branch information
wnvko committed Nov 13, 2018
1 parent 0140d02 commit 776b8a5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,11 @@ describe('IgxTransaction', () => {
[
{
id: 'Key1',
newValue: { key: 'Key1', value1: 10, value3: 30 },
newValue: { key: 'Key1', value1: 10 },
type: 'update'
}, {
id: 'Key1',
newValue: { key: 'Key1', value3: 30 },
type: 'update'
}
]);
Expand Down

0 comments on commit 776b8a5

Please sign in to comment.