FIX[wasm]: Fixes failing test
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
2b530423c8
commit
09ac29785d
@@ -22,7 +22,7 @@ test('Row height', () => {
|
|||||||
assert.strictEqual(model.getRowHeight(0, 3), 32);
|
assert.strictEqual(model.getRowHeight(0, 3), 32);
|
||||||
|
|
||||||
model.undo();
|
model.undo();
|
||||||
assert.strictEqual(model.getRowHeight(0, 3), 21);
|
assert.strictEqual(model.getRowHeight(0, 3), 22);
|
||||||
|
|
||||||
model.redo();
|
model.redo();
|
||||||
assert.strictEqual(model.getRowHeight(0, 3), 32);
|
assert.strictEqual(model.getRowHeight(0, 3), 32);
|
||||||
|
|||||||
Reference in New Issue
Block a user