File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ class ParseInstallationTests: XCTestCase { // swiftlint:disable:this type_body_l
351
351
}
352
352
installation. objectId = testInstallationObjectId
353
353
installation. createdAt = Calendar . current. date ( byAdding: . init( day: - 1 ) , to: Date ( ) )
354
- installation. updatedAt = Calendar . current. date ( byAdding: . init( day: - 1 ) , to: Date ( ) )
355
354
installation. ACL = nil
356
355
357
356
var installationOnServer = installation
@@ -400,7 +399,6 @@ class ParseInstallationTests: XCTestCase { // swiftlint:disable:this type_body_l
400
399
}
401
400
installation. objectId = testInstallationObjectId
402
401
installation. createdAt = Calendar . current. date ( byAdding: . init( day: - 1 ) , to: Date ( ) )
403
- installation. updatedAt = Calendar . current. date ( byAdding: . init( day: - 1 ) , to: Date ( ) )
404
402
installation. ACL = nil
405
403
406
404
var installationOnServer = installation
@@ -551,7 +549,6 @@ class ParseInstallationTests: XCTestCase { // swiftlint:disable:this type_body_l
551
549
return
552
550
}
553
551
installation. objectId = testInstallationObjectId
554
- installation. createdAt = Calendar . current. date ( byAdding: . init( day: - 1 ) , to: Date ( ) )
555
552
installation. updatedAt = Calendar . current. date ( byAdding: . init( day: - 1 ) , to: Date ( ) )
556
553
installation. ACL = nil
557
554
You can’t perform that action at this time.
0 commit comments