summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-07-09 10:04:44 +0800
committerGitHub <noreply@github.com>2019-07-09 10:04:44 +0800
commit613e6bf3da06eebc7b98be7cd9bba0313085d649 (patch)
treee67a8ec0d95dc6e2d81e4c55c929b162bf0f8f28
parent4fc272b910a771bd8afc64dc5e75ce32d8f6d746 (diff)
downloadqtlocation-mapboxgl-613e6bf3da06eebc7b98be7cd9bba0313085d649.tar.gz
Update platform/darwin/test/MGLRendererConfigurationTests.mm
Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
-rw-r--r--platform/darwin/test/MGLRendererConfigurationTests.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/test/MGLRendererConfigurationTests.mm b/platform/darwin/test/MGLRendererConfigurationTests.mm
index 15505c18c1..52401deee1 100644
--- a/platform/darwin/test/MGLRendererConfigurationTests.mm
+++ b/platform/darwin/test/MGLRendererConfigurationTests.mm
@@ -104,7 +104,7 @@ static NSString * const MGLRendererConfigurationTests_collisionBehaviorKey = @"M
systemFontFamilyName = std::string([[NSFont systemFontOfSize:0 weight:NSFontWeightRegular].familyName UTF8String]);
#endif
- XCTAssert(localFontFamilyName == systemFontFamilyName);
+ XCTAssertEqual(localFontFamilyName, systemFontFamilyName, @"Default local font family name should match default system font");
}
@end