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

Fix verifyNoMoreInteractions inOrder invocations for spies #2395

Merged
merged 1 commit into from Aug 20, 2021

Conversation

TimvdLippe
Copy link
Contributor

Fixes #2394

@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2021

Codecov Report

Merging #2395 (8f18142) into main (a53c3d4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #2395   +/-   ##
=========================================
  Coverage     84.68%   84.69%           
- Complexity     2794     2797    +3     
=========================================
  Files           329      329           
  Lines          8510     8515    +5     
  Branches       1031     1032    +1     
=========================================
+ Hits           7207     7212    +5     
  Misses         1021     1021           
  Partials        282      282           
Impacted Files Coverage Δ
...rc/main/java/org/mockito/internal/InOrderImpl.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a53c3d4...8f18142. Read the comment docs.

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.

Regression with InOrder verification after #2369
2 participants