-
Notifications
You must be signed in to change notification settings - Fork 33
setup github actions #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…into wenxi/setup-github-actions
…ntio/analytics-kotlin into wenxi/setup-github-actions
This reverts commit 5d07077
…ntio/analytics-kotlin into wenxi/setup-github-actions
every { analytics.networkIODispatcher } returns testDispatcher | ||
every { analytics.fileIODispatcher } returns testDispatcher | ||
every { analytics.store } returns spyStore(testScope, testDispatcher) | ||
lifecyclePlugin = AndroidLifecyclePlugin() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason why this needs to be initialized here vs how it was before
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah. this does not have to be here. I will revert this change. I was blindly trying to fix the flaky test. this eliminated a possible cause, since AndroidLifecyclePlugin
manages some states internally.
Uh oh!
There was an error while loading. Please reload this page.