Skip to content

Commit

Permalink
Update LifecyleApplicationTests.swift (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Dec 19, 2023
1 parent 80f839b commit cf01b29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tests/ApplicationKitTests/LifecyleApplicationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ import XCTest
@testable import ApplicationKit

private class MyApplication: LifecyleApplication {

override var lifecycleNotifications: [LifecyleApplication.LifecyleNotification] {
override var lifecycleNotifications: [LifecyleNotification] {
super.lifecycleNotifications + [
// Your notitifications
]
}

override func didBecomeActiveNotification(notification: Notification) {

// Your implementation
}
}

Expand Down

0 comments on commit cf01b29

Please sign in to comment.