File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
FirebasePerformance/Tests/Unit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ - (void)testReadingAttributesFromProperty {
118118}
119119
120120/* * Validates if attributes property is immutable. */
121- - (void )testImmutablityOfAttributesProperty {
121+ - (void )testImmutabilityOfAttributesProperty {
122122 [self .performance setValue: @" bar" forAttribute: @" foo" ];
123123 NSMutableDictionary <NSString *, NSString *> *attributes =
124124 (NSMutableDictionary <NSString *, NSString *> *)self.performance .attributes ;
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ - (void)testReadingAttributesFromProperty {
283283}
284284
285285/* * Validates if attributes property is immutable. */
286- - (void )testImmutablityOfAttributesProperty {
286+ - (void )testImmutabilityOfAttributesProperty {
287287 FIRHTTPMetric *metric = [[FIRHTTPMetric alloc ] initWithURL: self .sampleURL
288288 HTTPMethod: FIRHTTPMethodGET];
289289 [metric setValue: @" bar" forAttribute: @" foo" ];
Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ - (void)testReadingAttributesFromProperty {
612612}
613613
614614/* * Validates if attributes property is immutable. */
615- - (void )testImmutablityOfAttributesProperty {
615+ - (void )testImmutabilityOfAttributesProperty {
616616 FIRTrace *trace = [[FIRTrace alloc ] initWithName: @" Random" ];
617617 [trace setValue: @" bar" forAttribute: @" foo" ];
618618 NSMutableDictionary <NSString *, NSString *> *attributes =
You can’t perform that action at this time.
0 commit comments