Skip to content

Commit

Permalink
Fixing this typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jun 28, 2023
1 parent 65b818e commit df2e334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIPTests/MTRErrorTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ - (void)testErrorSourcePaths
return [error containsString:@".mm:"];
}] anyObject];
NSString * frameworkSource = [self sourceFileFromErrorString:frameworkError];
XCTAssertTrue([frameworkSource scriptingEndsWith:@".mm"]);
XCTAssertTrue([frameworkSource hasSuffix:@".mm"]);
XCTAssertFalse([frameworkSource containsString:@"/"], @"frameworkSource: %@", frameworkSource);
}

Expand Down

0 comments on commit df2e334

Please sign in to comment.