Merged upstream/master & added in minor changes to test file for consistency
This commit is contained in:
parent
d86a081335
commit
20319cf7e2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue