summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLVersionNumber.m
blob: fae08a087d0e8c29fca21e6ffa9bf77a42016c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <Mapbox/Mapbox.h>

#import <XCTest/XCTest.h>

@interface MGLVersionTests : XCTestCase

@end

@implementation MGLVersionTests

- (void)testVersionNumber {
    XCTAssertEqual(1, MapboxVersionNumber);
}

@end