diff --git a/idea/testData/inspections/replaceArrayEqualityOpWithArraysEquals/inspectionData/expected.xml b/idea/testData/inspections/replaceArrayEqualityOpWithArraysEquals/inspectionData/expected.xml index 8a280eed640..5a16ebbe2d2 100644 --- a/idea/testData/inspections/replaceArrayEqualityOpWithArraysEquals/inspectionData/expected.xml +++ b/idea/testData/inspections/replaceArrayEqualityOpWithArraysEquals/inspectionData/expected.xml @@ -5,7 +5,7 @@ light_idea_test_case Replace '==' with 'Arrays.equals' - Replace '==' with 'Arrays.equals' + Replace '==' with 'contentEquals' test.kt @@ -13,6 +13,6 @@ light_idea_test_case Replace '!=' with 'Arrays.equals' - Replace '!=' with 'Arrays.equals' + Replace '!=' with 'contentEquals' \ No newline at end of file