提交 691b3f96 编写于 作者: R Ravi Chande

Actually fix test

上级 76276a27
......@@ -1029,7 +1029,7 @@ class Foo
Await state.AssertSelectedCompletionItem(displayText:="Numeros", isHardSelected:=True)
state.SendTypeChars(c.ToString())
Await state.WaitForAsynchronousOperationsAsync()
Assert.NotEqual("Numberos", state.CurrentCompletionPresenterSession.SelectedItem.DisplayText)
Assert.NotEqual("Numberos", state.CurrentCompletionPresenterSession?.SelectedItem?.DisplayText)
Assert.Contains(String.Format("Numeros num = Nu{0}", c), state.GetLineTextFromCaretPosition(), StringComparison.Ordinal)
End Using
End Function
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册