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 c5baf55 commit 9feb956Copy full SHA for 9feb956
com.unity.mobile.notifications/Tests/Runtime/iOS/iOSNotificationTests.cs
@@ -187,6 +187,8 @@ IEnumerator SendNotificationUsingCalendarTrigger_NotificationIsReceived(string t
187
Assert.AreEqual(1, receivedNotificationCount);
188
Assert.IsNotNull(lastReceivedNotification);
189
Assert.AreEqual(text, lastReceivedNotification.Title);
190
+ var retTrigger = (iOSNotificationCalendarTrigger)lastReceivedNotification.Trigger;
191
+ Assert.AreEqual(useUtc, retTrigger.UtcTime);
192
}
193
194
[UnityTest]
0 commit comments