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

Make sure to unload mecked modules in fabric_view #5075

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Jun 3, 2024

Since we use meck:expect(...) in a few places in the test suite, we should run meck:unload() in teardown. To make it more obvious we're mocking things, explicitly use meck:new() in setup as well.

Since we use meck:expect(...) in a few places in the test suite, we should run
`meck:unload()` in teardown. To make it more obvious we're mocking things,
explicitly use meck:new() in setup as well.
Copy link
Contributor

@jiahuili430 jiahuili430 left a comment

Choose a reason for hiding this comment

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

+1

Copy link
Contributor

@big-r81 big-r81 left a comment

Choose a reason for hiding this comment

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

+1

@nickva nickva merged commit 1331a2a into main Jun 3, 2024
23 checks passed
@nickva nickva deleted the fix-fabric-view-teardown-test branch June 3, 2024 19:26
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.

None yet

3 participants