Commit fb275d7
test(replay): Return CompletedFuture from close-race test mock to match executor contract
The executorThatClosesFirst mock ran tasks inline but returned null,
modeling a rejection path that never occurs during inline execution.
Same fix as the inlineExecutor() fixture in cd3a7c0.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3ecc6a6 commit fb275d7
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- sentry-android-replay/src/test/java/io/sentry/android/replay/screenshot
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments