Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Mockito-kotlin dependency updated #148

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

Chog0
Copy link

@Chog0 Chog0 commented Jul 12, 2021

Changes:

  • Updated mockito-kotlin library to org.mockito.kotlin:mockito-kotlin:3.2.0
  • Fixed imports in NewsPublishingTest.kt and LifecycleTest.kt

@@ -32,6 +27,7 @@ import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.Parameterized
import org.junit.runners.Parameterized.Parameters
import org.mockito.kotlin.*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disable wildcard imports in IDE settings please.

@Chog0 Chog0 requested a review from CherryPerry July 15, 2021 14:18
@CherryPerry CherryPerry merged commit c2bfb60 into badoo:master Jul 15, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants