We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d41c1 commit fc52434Copy full SHA for fc52434
1 file changed
src/vs/base/test/browser/ui/grid/grid.test.ts
@@ -511,7 +511,8 @@ suite('SerializableGrid', function () {
511
container.appendChild(grid.element);
512
grid.layout(800, 600);
513
514
- assert.deepEqual(grid.serialize(), {
+ const actual = grid.serialize();
515
+ assert.deepEqual(actual, {
516
orientation: 0,
517
width: 800,
518
height: 600,
0 commit comments