Skip to content

Commit

Permalink
ISSUE-646: Make ComposeFlakySafetyScalper internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Dec 12, 2024
1 parent 68b0116 commit eba181f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.kaspersky.kaspresso.flakysafety.scalpel.external.ExternalFlakySafetyS
* Removes and restores compose flaky safety interceptor so the `flakySafely` expression works correctly
* @see com.kaspersky.kaspresso.flakysafety.scalpel.FlakySafeInterceptorScalpel
*/
class ComposeFlakySafetyScalper(
internal class ComposeFlakySafetyScalper(
private val semanticsBehaviorInterceptors: MutableList<SemanticsBehaviorInterceptor>,
private val semanticsWatcherInterceptors: MutableList<SemanticsWatcherInterceptor>,
) : ExternalFlakySafetyScalper {
Expand Down

0 comments on commit eba181f

Please sign in to comment.