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 7d944ea commit a67cf27Copy full SHA for a67cf27
test/Sentry.Tests/PlatformAbstractions/RuntimeTests.cs
@@ -6,9 +6,9 @@ namespace Sentry.Tests.PlatformAbstractions
6
public class RuntimeTests
7
{
8
[Fact]
9
- public void Current_SameInstance()
+ public void Current_Equal()
10
11
- Assert.Same(Runtime.Current, Runtime.Current);
+ Assert.Equal(Runtime.Current, Runtime.Current);
12
}
13
14
0 commit comments