Skip to content

Commit 5c23b3b

Browse files
author
Andy Hanson
committed
Fix more tests
1 parent 1bae2c4 commit 5c23b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cases/fourslash/getNavigationBarItems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//// ["bar"]: string;
66
////}
77

8-
verify.navigationBarCount(3);
8+
verify.navigationBarCount(5);
99
verify.navigationBarContains("C", "class");
1010
verify.navigationBarChildItem("C", "[\"bar\"]", "property");
1111
verify.navigationBarChildItem("C", "foo", "property");

tests/cases/fourslash/navigationBarItemsMultilineStringIdentifiers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ test.markers().forEach((marker) => {
3838
verify.navigationBarContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
3939
});
4040

41-
verify.navigationBarCount(11); // global + 1 child, interface w/ 2 properties, class w/ 2 properties, 3 modules
41+
verify.navigationBarCount(12); // global + 1 child, interface w/ 2 properties, class w/ 2 properties, 3 modules

0 commit comments

Comments
 (0)