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

Fixed unit tests #4

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Fixed unit tests #4

merged 1 commit into from
Dec 18, 2020

Conversation

gerritdrost
Copy link
Contributor

@gerritdrost gerritdrost commented Dec 18, 2020

In #3, callable was introduced as parameter type for Matcher::orElseDo(...) and Matcher::whenDo(...). Before, the code would check the type manually and throw an InvalidArgumentException. Since that pull request, not providing a callable would trigger a TypeError instead. The unit tests were still expecting an InvalidArgumentException. With these changes, they now expect a TypeError instead.

Copy link
Contributor

@sudo-plz sudo-plz left a comment

Choose a reason for hiding this comment

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

lftm

@gerritdrost gerritdrost merged commit 3d0d9fc into master Dec 18, 2020
@gerritdrost gerritdrost deleted the fix-unit-tests branch December 18, 2020 08:31
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