FIX: Once again more
apparently I don't have anything better to do :D
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
09ac29785d
commit
843d8beb02
@@ -16,7 +16,7 @@ test('Frozen rows and columns', () => {
|
|||||||
|
|
||||||
test('Row height', () => {
|
test('Row height', () => {
|
||||||
let model = new Model('Workbook1', 'en', 'UTC');
|
let model = new Model('Workbook1', 'en', 'UTC');
|
||||||
assert.strictEqual(model.getRowHeight(0, 3), 21);
|
assert.strictEqual(model.getRowHeight(0, 3), 22);
|
||||||
|
|
||||||
model.setRowHeight(0, 3, 32);
|
model.setRowHeight(0, 3, 32);
|
||||||
assert.strictEqual(model.getRowHeight(0, 3), 32);
|
assert.strictEqual(model.getRowHeight(0, 3), 32);
|
||||||
|
|||||||
Reference in New Issue
Block a user