Skip to content

Commit d8ac6ea

Browse files
committed
Rename tests according to review
1 parent 5e8134a commit d8ac6ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Sentry.Tests/Platforms/iOS/NativeSerializationTests.cs renamed to test/Sentry.Tests/Platforms/iOS/CocoaExtensionsTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
namespace Sentry.Tests.Platforms.iOS;
99

10-
public class NativeSerializationTests
10+
public class CocoaExtensionsTests
1111
{
1212
[Fact]
13-
public void Managed_To_Native()
13+
public void CopyToCocoaSentryEvent_CopiesProperties()
1414
{
1515
var evt = new SentryEvent(new Exception("Test Exception"));
1616

@@ -42,7 +42,7 @@ public void Managed_To_Native()
4242

4343

4444
[Fact]
45-
public void Native_To_Managed()
45+
public void ToSentryEvent_ConvertToManaged()
4646
{
4747
var native = new CocoaSdk.SentryEvent();
4848

0 commit comments

Comments
 (0)