Skip to content

Commit fd4760c

Browse files
committed
Fix test
1 parent 2360d0a commit fd4760c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-android-replay/src/test/java/io/sentry/android/replay/capture/SessionCaptureStrategyTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class SessionCaptureStrategyTest {
347347

348348
strategy.onScreenshotRecorded(mock<Bitmap>()) {}
349349

350-
verify(fixture.scopes).captureReplay(
350+
verify(fixture.hub).captureReplay(
351351
check {
352352
assertNull(it.urls?.firstOrNull())
353353
},

0 commit comments

Comments
 (0)