From 7b5842a088bd9c995ffc497e50db0af55366babf Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Thu, 28 Sep 2017 13:54:30 +0300 Subject: [PATCH] Fix inspection test --- .../inspectionData/expected.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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