Skip to content

Commit

Permalink
Update MemoryInfoTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 17, 2022
1 parent 53c63d1 commit 9b5fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sentry.Tests/Internals/MemoryInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class MemoryInfoTests
public void WriteTo()
{
#if NET5_0_OR_GREATER
var info = new MemoryInfo(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, true, false, new[] { TimeSpan.FromSeconds(1) });
var info = new MemoryInfo(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, true, false, new[] { TimeSpan.FromSeconds(1) });
#else
var info = new MemoryInfo(1, 2, 3, 4, 5, 6);
#endif
Expand Down

0 comments on commit 9b5fe2f

Please sign in to comment.