Skip to content

Commit

Permalink
Update tests to reflect refactored functions
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrophobiac committed Jul 13, 2017
1 parent 74af6f9 commit f7195d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/renderer/hands-on-table_spec.js
Expand Up @@ -235,7 +235,7 @@ describe('freeze rows and columns', function () {
// tests happen here
assert.strictEqual(hot.getSettings()["fixedRowsTop"], 0);
hot.selectCell(1,0,1,4);
hotController.freezeRows();
hotController.freeze();
assert.strictEqual(hot.getSettings()["fixedRowsTop"], 1);
});
hot.loadData(data);
Expand Down

0 comments on commit f7195d9

Please sign in to comment.