Skip to content

Commit 7a4bbdb

Browse files
.
1 parent 43822ed commit 7a4bbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Tests/PlatformAbstractions/RuntimeInfoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void GetRuntime_AllProperties()
3434
else
3535
{
3636
Assert.Equal("Mono", actual.Name);
37-
actual.FrameworkInstallation.Should().BeNull("FrameworkInstallation is null");
37+
actual.FrameworkInstallation.Should().BeNull("FrameworkInstallation is not null");
3838
}
3939
#endif
4040
}

0 commit comments

Comments
 (0)