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 verify_on_exit!/1 with nimble_ownership #153

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

whatyouhide
Copy link
Collaborator

No description provided.

@whatyouhide whatyouhide requested a review from josevalim March 8, 2024 12:01
@whatyouhide whatyouhide marked this pull request as ready for review March 8, 2024 12:01
@@ -804,7 +806,9 @@ defmodule Mox do
verify_mock_or_all!(self(), mock)
end

defp verify_mock_or_all!(owner_pid, mock_or_all) do
# Made public for testing.
@doc false
Copy link
Member

Choose a reason for hiding this comment

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

Nah, this will be imported. So move to another module or underscore it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh man I always forget that, underscores it is, good catch!

@whatyouhide whatyouhide merged commit 97a0525 into master Mar 8, 2024
2 checks passed
@whatyouhide whatyouhide deleted the al/fix-verify-on-exit branch March 8, 2024 16:51
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