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

Implement MockPassiveModule #141

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

xosmig
Copy link
Contributor

@xosmig xosmig commented Jul 15, 2022

Unlike a simple mock object that could be generated by gomock for
the PassiveModule interface, MockPassiveModule allows setting
expectations on events and not on calls to ApplyEvents.

part of #138

Unlike a simple mock object that could be generated by gomock for
the PassiveModule interface, MockPassiveModule allows setting
expectations on events and not on calls to ApplyEvents.

part of consensus-shipyard#138
@matejpavlovic
Copy link
Contributor

matejpavlovic commented Jul 15, 2022

Sorry I won't be able to review this for a week, feel free to merge without my review.

And watch out for "Partly resolves #138", as GitHub doesn't care about "partly", AFAIK. If you merge this, the issue probably will be automatically closed.

@xosmig xosmig removed the request for review from matejpavlovic July 15, 2022 18:47
@xosmig
Copy link
Contributor Author

xosmig commented Jul 15, 2022

Sorry I won't be able to review this for a week

No problem :)

watch out for "Partly resolves #138"

Thanks, replaced with "part of #138".

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