summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLClockDirectionFormatterTests.m
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-09-09 10:26:01 -0700
committerGitHub <noreply@github.com>2019-09-09 10:26:01 -0700
commit8ccf15069dc4b22d19939f0bc85a69204d6d0e09 (patch)
tree46beb957cd74da7b46a2231042e2eb27d7d84762 /platform/darwin/test/MGLClockDirectionFormatterTests.m
parentb041488c20588ec03678d4a4cc32515cc40a4047 (diff)
downloadqtlocation-mapboxgl-8ccf15069dc4b22d19939f0bc85a69204d6d0e09.tar.gz
[darwin] Use en_US as default test locale/language
Diffstat (limited to 'platform/darwin/test/MGLClockDirectionFormatterTests.m')
-rw-r--r--platform/darwin/test/MGLClockDirectionFormatterTests.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/darwin/test/MGLClockDirectionFormatterTests.m b/platform/darwin/test/MGLClockDirectionFormatterTests.m
index 1b2f058d18..05ebc3af2d 100644
--- a/platform/darwin/test/MGLClockDirectionFormatterTests.m
+++ b/platform/darwin/test/MGLClockDirectionFormatterTests.m
@@ -7,11 +7,6 @@
@implementation MGLClockDirectionFormatterTests
-- (void)setUp {
- // FIXME: https://github.com/mapbox/mapbox-gl-native/issues/14908
- XCTAssertEqualObjects(NSLocale.currentLocale.localeIdentifier, @"en_US", @"Device locale must be en_US for these tests to pass.");
-}
-
- (void)testClockDirections {
MGLClockDirectionFormatter *shortFormatter = [[MGLClockDirectionFormatter alloc] init];
shortFormatter.unitStyle = NSFormattingUnitStyleShort;