Skip to content

Commit 9954e1c

Browse files
committed
merged main and updated tests
1 parent f467dbe commit 9954e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-spring-jakarta/src/test/kotlin/io/sentry/spring/jakarta/webflux/SentryWebFluxTracingFilterTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class SentryWebFluxTracingFilterTest {
248248
verify(fixture.chain).filter(fixture.exchange)
249249

250250
verify(fixture.scopes, times(2)).isEnabled
251-
verify(fixture.scopes, times(3)).options
251+
verify(fixture.scopes, times(4)).options
252252
verify(fixture.scopes).continueTrace(anyOrNull(), anyOrNull())
253253
verify(fixture.scopes).addBreadcrumb(any<Breadcrumb>(), any<Hint>())
254254
verify(fixture.scopes).configureScope(any<ScopeCallback>())

0 commit comments

Comments
 (0)