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

Correct schema write test #1416

Merged
merged 1 commit into from May 27, 2023
Merged

Correct schema write test #1416

merged 1 commit into from May 27, 2023

Conversation

kiendang
Copy link
Collaborator

Discover this small "typo" while working on #1413.

<Mock>.called_once() just returns a Mock, so assert <Mock>.called_once() always passes. We want <Mock>.assert_called_once().

<Mock>.called_once() just returns a Mock, so assert <Mock>.called_once()
always passes. We want <Mock>.assert_called_once().
@firaskafri firaskafri merged commit 38709d8 into main May 27, 2023
24 checks passed
@firaskafri firaskafri deleted the fix-assert-called-once branch May 27, 2023 13:53
superlevure pushed a commit to loft-orbital/graphene-django that referenced this pull request Jul 19, 2023
<Mock>.called_once() just returns a Mock, so assert <Mock>.called_once()
always passes. We want <Mock>.assert_called_once().
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