Skip to content
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

Resolving minor issues #22

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Resolving minor issues #22

merged 1 commit into from
Jun 1, 2023

Conversation

aman-agrawal
Copy link
Collaborator

@aman-agrawal aman-agrawal commented Jun 1, 2023

Summary

Project Jira : NA
Project Doc : NA


Parts of this PR :

  1. Why removed "com.nhaarman.mockito_kotlin.verifyZeroInteractions"
    -> verifyZeroInteractions internally calls Mockito.verifyZeroInteractions, but verifyZeroInteractions() was removed from Mockito4 ref, instead it sugggest to use Mockito.NoInteraction() and that is already used.
    So, it is unused import statement, removal of it will not cause any impact.

  2. Uncommenting commented testcase.

  3. Older original code uses com.nhaarman:mockito-kotlin v1.6.0, there is no point to use older version.
    v1.6.0 is coming from kork-bom


How changes are verified

No impact on compile and testcase

Documentation Updates

Do we need to update dashboards? No
Do we need to update SOP, new hire wiki or other documents? No

Rollback, Deployment Details

Can this change be rolled back automatically without any issue? Yes
Is this a backwards-compatible change in your opinion ? Yes
Pre deployment steps : NA
Post deployment steps : NA

@sanopsmx sanopsmx merged commit c7b608b into OpsMx:OES-1.30.x Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants