Skip to content

Conversation

jmini
Copy link
Collaborator

@jmini jmini commented Apr 13, 2023

This is updating Mockito and JUnit

Based on the work of @gedeffe in #943

@gedeffe
Copy link

gedeffe commented Apr 13, 2023

Hello @jmini ,
There is global replace to do with new libraries:

Mockito.<Object>any() ==> Mockito.any(Object[].class)

@jmini
Copy link
Collaborator Author

jmini commented Apr 13, 2023

@gedeffe thank you very much for the hint!

Apply replacement:
* "Mockito.<Object>any()" => "Mockito.any(Object[].class)"
@jabby jabby merged commit aea03d3 into gitlab4j:6.x Jun 13, 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.

3 participants