Skip to content

Commit bd7b3d0

Browse files
committed
Format code
1 parent afcce19 commit bd7b3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Sentry.AspNetCore.Tests/SentryTracingMiddlewareTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ public async Task ExceptionThrownAsync_DoesNotCrashKestrel()
622622
{
623623
Dsn = ValidDsn,
624624
TracesSampleRate = 1,
625-
AutoRegisterTracing = false
625+
AutoRegisterTracing = false
626626
};
627627

628628
var hub = new Hub(options, sentryClient);
@@ -664,7 +664,7 @@ public async Task ExceptionThrownAsync_DoesNotCrashKestrel()
664664

665665
// Assert
666666
// Make sure Kestrel is still alive by making another request
667-
var response = await client.GetAsync("/");
667+
var response = await client.GetAsync("/");
668668
response.StatusCode.Should().Be(System.Net.HttpStatusCode.OK);
669669
}
670670

0 commit comments

Comments
 (0)