Skip to content

Commit f87368f

Browse files
Fix test
1 parent 87f4542 commit f87368f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EditorFeatures/Test2/InlineHints/CSharpInlineTypeHintsTests.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ class A
887887
</Project>
888888
</Workspace>
889889

890-
Await VerifyParamHints(input, output)
890+
Await VerifyTypeHints(input, output)
891891
End Function
892892
End Class
893893
End Namespace

0 commit comments

Comments
 (0)