Skip to content

Commit

Permalink
Modified data schema within test to the proper one #7031
Browse files Browse the repository at this point in the history
  • Loading branch information
wszymanski committed Jul 22, 2020
1 parent d14d702 commit ce1efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Core_modifySourceData.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('Core_modifySourceData', () => {
];

handsontable({
dataSchema: [{ x: 0, y: 0, z: 0 }],
dataSchema: { x: 0, y: 0, z: 0 },
startRows: 2,
columns: [
{ data: 'x' },
Expand Down

0 comments on commit ce1efc9

Please sign in to comment.