Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Dec 21, 2024
1 parent ec705b9 commit 02d8f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ suite('Debug - Base Debug View', () => {
const container = $('.container');
const treeContainer = renderViewTree(container);

assert.strictEqual(treeContainer.className, 'debug-view-content');
assert.strictEqual(treeContainer.className, 'debug-view-content file-icon-themable-tree');
assert.strictEqual(container.childElementCount, 1);
assert.strictEqual(container.firstChild, treeContainer);
assert.strictEqual(dom.isHTMLDivElement(treeContainer), true);
Expand Down

0 comments on commit 02d8f33

Please sign in to comment.