Skip to content

Commit 3cd8673

Browse files
#0 fix tests
1 parent 25c9163 commit 3cd8673

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/suite/editor/statusBarTooltipProvider.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ suite("StatusBarTooltipProvider", () => {
2525
test("contains all expected settings", () => {
2626
const expectedKeys = [
2727
"recommendExtensions",
28+
"contentBlockGoToDefinition",
2829
"warnOnMissingJsonRelation",
2930
"warnOnContentBlockByKey",
3031
"warnOnMissingSqlDataExtension",
3132
"warnOnMissingScriptDataExtension",
32-
"showSqlDataViewHoverNotice"
33+
"showSqlDataViewHoverNotice",
34+
"showTreeView"
3335
];
3436
assert.deepStrictEqual(Object.keys(SETTING_LABELS), expectedKeys);
3537
});

0 commit comments

Comments
 (0)