FIX: Once again more

apparently I don't have anything better to do :D
This commit is contained in:
Nicolás Hatcher
2024-10-15 19:23:07 +02:00
committed by Nicolás Hatcher Andrés
parent 09ac29785d
commit 843d8beb02

View File

@@ -16,7 +16,7 @@ test('Frozen rows and columns', () => {
test('Row height', () => {
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);
assert.strictEqual(model.getRowHeight(0, 3), 32);