Skip to content

Commit fc52434

Browse files
committed
grid test 💄
1 parent a6d41c1 commit fc52434

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/base/test/browser/ui/grid/grid.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ suite('SerializableGrid', function () {
511511
container.appendChild(grid.element);
512512
grid.layout(800, 600);
513513

514-
assert.deepEqual(grid.serialize(), {
514+
const actual = grid.serialize();
515+
assert.deepEqual(actual, {
515516
orientation: 0,
516517
width: 800,
517518
height: 600,

0 commit comments

Comments
 (0)