Skip to content

Commit 2babcf1

Browse files
committed
Fixed tests
1 parent 16689ee commit 2babcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ suite("Extension Test Suite", () => {
186186

187187
test("Completes from remote style", async () => {
188188
const provider = new class extends ClassCompletionItemProvider {
189-
getRemoteStyleSheets(uri: Uri): string[] {
189+
getStyleSheets(uri: Uri): string[] {
190190
return [
191191
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
192192
];

0 commit comments

Comments
 (0)