We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156149e commit a7a1ceeCopy full SHA for a7a1cee
WooCommerce/WooCommerceTests/Notifications/PushNotificationsManagerTests.swift
@@ -364,6 +364,7 @@ final class PushNotificationsManagerTests: XCTestCase {
364
let emittedNotification = emittedNotifications.first!
365
XCTAssertEqual(emittedNotification.kind, .storeOrder)
366
XCTAssertEqual(emittedNotification.noteID, 9_981)
367
+ XCTAssertEqual(emittedNotification.message, Sample.defaultMessage)
368
}
369
370
func testItDoesNotEmitForegroundNotificationsWhenItReceivesANotificationWhileAppIsNotActive() {
0 commit comments