♻️ :: Update to Swift 4.2

This commit is contained in:
Felix Mau
2018-09-19 21:45:35 +02:00
parent ce27755af1
commit d378e002a0
3 changed files with 4 additions and 4 deletions
@@ -83,7 +83,7 @@ class GradientLoadingBarViewModelTestCase: XCTestCase {
}.add(to: &disposal)
// When
notificationCenter.post(name: .UIWindowDidBecomeKey,
notificationCenter.post(name: UIWindow.didBecomeKeyNotification,
object: nil)
}
@@ -111,7 +111,7 @@ class GradientLoadingBarViewModelTestCase: XCTestCase {
// When
for _ in 1 ... 3 {
notificationCenter.post(name: .UIWindowDidBecomeKey,
notificationCenter.post(name: UIWindow.didBecomeKeyNotification,
object: nil)
}