Skip to content

Commit

Permalink
Oops, accidentally pushed code I was using to ensure tests passed!
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Oct 20, 2023
1 parent 62c1059 commit 3464263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void shouldOptionallyRegisterResources(boolean addErrorsResource, boolean addGot
}

private VerificationMode timesExpected(boolean addResource) {
return addResource ? times(2) : never();
return addResource ? times(1) : never();
}

private Jdbi3ErrorContext newContextWithAddResourceOptionsOf(boolean addErrorsResource,
Expand Down

0 comments on commit 3464263

Please sign in to comment.