-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem with test that passes #12
Comments
Hi @wolfiton :) What does the query look like that you're loading into Wormwood? |
Hi @QuinnWilton Here are my gql files
MenuItemFields.frag.gql file content
Here is my
I really appreciate any insights into this. |
Hey, also looking into this. can't pass an enum value using this lib to an argument for a mutation. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I was trying to rewrite this test in Wormwood:
And i don’t see any possibilities at the moment to do so.
My final version is this
The main problem is that I am expecting my value instead of $matching in this case 123 like in the exunit test
The problem is discussed here https://elixirforum.com/t/test-error-case-in-wormwood/28876/18
The text was updated successfully, but these errors were encountered: