| Index: pkg/analysis_server/test/services/correction/fix_test.dart | 
| diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart | 
| index 3a8c20cd20fb7e5665a0270dec991f9403ad2ecb..2186347b8507716be6c31a13e3bda018f1671da1 100644 | 
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart | 
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart | 
| @@ -3298,7 +3298,7 @@ main(Object p) { | 
| } | 
| '''); | 
| assertHasFix( | 
| -        DartFixKind.REMOVE_UNNECASSARY_CAST, | 
| +        DartFixKind.REMOVE_UNNECESSARY_CAST, | 
| ''' | 
| main(Object p) { | 
| if (p is String) { | 
|  |