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.
2 parents b481bec + 50e7098 commit b93554fCopy full SHA for b93554f
test/Sentry.Tests/Internals/MainSentryEventProcessorTests.cs
@@ -66,11 +66,8 @@ public void EnsureMemoryInfoExists()
66
_ = sut.Process(evt);
67
var memory = (MemoryInfo)evt.Contexts[MainSentryEventProcessor.MemoryInfoKey];
68
Assert.NotEqual(0, memory.TotalAvailableMemoryBytes);
69
- Assert.NotEqual(0, memory.FragmentedBytes);
70
- Assert.NotEqual(0, memory.HeapSizeBytes);
71
Assert.NotEqual(0, memory.HighMemoryLoadThresholdBytes);
72
73
- Assert.NotEqual(0, memory.MemoryLoadBytes);
74
}
75
#endif
76
0 commit comments