Skip to content

Commit 63326ec

Browse files
committed
add timestamp for deserialize test
1 parent d8ac6ea commit 63326ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Sentry.Tests/Platforms/iOS/CocoaExtensionsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void ToSentryEvent_ConvertToManaged()
4646
{
4747
var native = new CocoaSdk.SentryEvent();
4848

49+
native.Timestamp = DateTimeOffset.UtcNow.ToNSDate();
4950
native.ServerName = "native server name";
5051
native.Dist = "native dist";
5152
native.Logger = "native logger";

0 commit comments

Comments
 (0)