Skip to content

Commit 5bf862c

Browse files
Update expected responses from unpkg
1 parent 241dbe9 commit 5bf862c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/LibraryManager.IntegrationTest/LibmanCompletionTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ public void LibmanCompletion_LibraryForUnpkg()
180180
Editor.KeyboardCommands.Enter();
181181

182182
Editor.KeyboardCommands.Type("\"library\":");
183-
Editor.KeyboardCommands.Type("bootstr");
184-
Helpers.Completion.WaitForCompletionEntries(Editor, new[] { "bootstrap" }, caseInsensitive: true, timeout: 5000);
183+
Editor.KeyboardCommands.Type("react");
184+
Helpers.Completion.WaitForCompletionEntries(Editor, new[] { "react-redux" }, caseInsensitive: true, timeout: 5000);
185185

186-
Editor.KeyboardCommands.Backspace(7);
186+
Editor.KeyboardCommands.Backspace(5);
187187
Editor.KeyboardCommands.Type("jque");
188-
Helpers.Completion.WaitForCompletionEntries(Editor, new[] { "jquery" }, caseInsensitive: true, timeout: 5000);
188+
Helpers.Completion.WaitForCompletionEntries(Editor, new[] { "jquery-csswatch" }, caseInsensitive: true, timeout: 5000);
189189
}
190190

191191
[TestMethod]

0 commit comments

Comments
 (0)