Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbasov committed Jun 18, 2019
1 parent 10f44bc commit 075a72a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -5297,7 +5297,7 @@ class C<T>

state.SendTypeChars("T")
Await state.WaitForAsynchronousOperationsAsync()
Await state.AssertSelectedCompletionItem("T", $"T {FeaturesResources.in_} C<T>")
Await state.AssertSelectedCompletionItem("T")
End Using
End Function

Expand All @@ -5318,7 +5318,7 @@ class C

state.SendTypeChars("T")
Await state.WaitForAsynchronousOperationsAsync()
Await state.AssertSelectedCompletionItem("T", $"T {FeaturesResources.in_} C.M<T>")
Await state.AssertSelectedCompletionItem("T")
End Using
End Function

Expand Down

0 comments on commit 075a72a

Please sign in to comment.