Skip to content

Commit b244a62

Browse files
committed
Renamed file
1 parent 2093035 commit b244a62

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/src/suite/diagnostics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ suite("Apache Dispatcher Config Language Support for Visual Studio Code Diagnost
109109
});
110110

111111
test("Pair of Duplicate Properties/Strings Results in 6 Diagnostic Warnings With 2 Scope IDs", async () => {
112-
const textEditor: vscode.TextEditor = await openDocumentByRelativeUri("diagnostics/duplicate-properties-4.any");
112+
const textEditor: vscode.TextEditor = await openDocumentByRelativeUri("diagnostics/duplicate-property-string-pairs-1.any");
113113
const document: vscode.TextDocument = textEditor.document;
114114

115115
await sleep(DIAGNOSTIC_SLEEP_TIMEOUT_MS);

0 commit comments

Comments
 (0)