Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorRobert M. Ryan <robert.ryan@mindspring.com>2017-10-21 06:57:11 +0300
committerRobert M. Ryan <robert.ryan@mindspring.com>2017-10-21 06:57:11 +0300
commit7ebbfd055c48d75dfb0119abbd9b5fc2f9001b9f (patch)
tree45a386810a7d53c5936eee6c47da8933fffbf7ef /Tests
parent78ea4d92213a68868e8a8bdebb51839496d19115 (diff)
Bump version to 2.7.3
Diffstat (limited to 'Tests')
-rw-r--r--Tests/FMDatabaseTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FMDatabaseTests.m b/Tests/FMDatabaseTests.m
index a75b9ac..3f2dd8b 100644
--- a/Tests/FMDatabaseTests.m
+++ b/Tests/FMDatabaseTests.m
@@ -1125,7 +1125,7 @@
}
- (void)testVersionNumber {
- XCTAssertTrue([FMDatabase FMDBVersion] == 0x0272); // this is going to break everytime we bump it.
+ XCTAssertTrue([FMDatabase FMDBVersion] == 0x0273); // this is going to break everytime we bump it.
}
- (void)testExecuteStatements {