Merged upstream/master & added in minor changes to test file for consistency

This commit is contained in:
Ryan Coyne 2017-08-30 13:23:48 -04:00
parent d86a081335
commit 20319cf7e2
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class StORMTests: XCTestCase {
func testKeyTypeIntegerNil() {
let val : Int?=nil
let val : Int? = nil
// Grab the type of value:
let type = type(of: val)
@ -70,7 +70,7 @@ class StORMTests: XCTestCase {
func testKeyTypeStringNil() {
let val : String?=nil
let val : String? = nil
// Grab the type of value:
let type = type(of: val)