Skip to content

Commit

Permalink
Update test/Sentry.Tests/HubTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Jul 17, 2021
1 parent 4b58a56 commit e33087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sentry.Tests/HubTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ public void Ctor_GlobalModeTrue_DoesNotPushScope()
}

[Fact]
public void Ctor_GlobalModeFalse_DoesNotPushScope()
public void Ctor_GlobalModeFalse_DoesPushScope()
{
// Arrange
var scopeManager = Substitute.For<IInternalScopeManager>();
Expand Down

0 comments on commit e33087f

Please sign in to comment.