Fix deprecated Range and Progression usages in testData
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class CodeFragmentCompletionInLibraryTest : AbstractJvmBasicCompletionTest() {
|
||||
}
|
||||
|
||||
fun testSecondCompletionInCustomLibrary() {
|
||||
testCompletionInLibraryCodeFragment("Sh<caret>", "EXIST: ShortRange", "EXIST: Short", "INVOCATION_COUNT: 2")
|
||||
testCompletionInLibraryCodeFragment("Ch<caret>", "EXIST: CharRange", "EXIST: Char", "INVOCATION_COUNT: 2")
|
||||
}
|
||||
|
||||
fun testExtensionCompletionInCustomLibrary() {
|
||||
|
||||
Reference in New Issue
Block a user