NotificationSmuggler/Tests/NotificationSmugglingTests/SmuggledTests.swift

13 lines
397 B
Swift

import Foundation
@testable import NotificationSmuggler
import Testing
struct SmuggledTests {
@Test func notificationName() {
#expect(HitchhikersNotification.notificationName.rawValue == "NotificationSmuggler:HitchhikersNotification")
}
@Test func userInfoKey() {
#expect(HitchhikersNotification.userInfoKey == "NotificationSmuggler:HitchhikersNotification")
}
}