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 43822ed commit 7a4bbdbCopy full SHA for 7a4bbdb
test/Sentry.Tests/PlatformAbstractions/RuntimeInfoTests.cs
@@ -34,7 +34,7 @@ public void GetRuntime_AllProperties()
34
else
35
{
36
Assert.Equal("Mono", actual.Name);
37
- actual.FrameworkInstallation.Should().BeNull("FrameworkInstallation is null");
+ actual.FrameworkInstallation.Should().BeNull("FrameworkInstallation is not null");
38
}
39
#endif
40
0 commit comments