Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rick/wrapInLeakCanary' into rick…
Browse files Browse the repository at this point in the history
…/wrapInLeakCanary

* origin/rick/wrapInLeakCanary:
  wrap Activity and Compose rules in LeakCanary checks on both sides fixes #657

# Conflicts:
#	workflow-ui/container-android/src/androidTest/java/com/squareup/workflow1/ui/backstack/test/BackstackContainerTest.kt
#	workflow-ui/core-android/src/androidTest/java/com/squareup/workflow1/ui/WorkflowViewStubLifecycleTest.kt
  • Loading branch information
RBusarow committed Feb 3, 2022
2 parents 558adc3 + 72ba8c7 commit 6a94bf3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import org.junit.Rule
import org.junit.Test
import org.junit.rules.RuleChain
import org.junit.runner.RunWith
import com.squareup.workflow1.ui.internal.test.wrapInLeakCanary

@RunWith(AndroidJUnit4::class)
@OptIn(WorkflowUiExperimentalApi::class)
Expand Down

0 comments on commit 6a94bf3

Please sign in to comment.