-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
GD-414: Fix unclear spy test on costructor with enum parameter #415
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing to this project.
The renaming makes sense, yes.
But have you run the test? I would say it will fail.
# Why #414 # What Removed classes unique of another implementation and modified the test to fit the GdUnit4 framework.
Thank you 👍 |
Hm have you tested your change? |
To be honest no. I coded everything raw on my IDE, and I was arrogant in believing everything was correct 😅 |
You don't need a .net project to run the test, but I guess you are working with the VS Code IDE right? |
Why
#414
What
Removed classes unique of another implementation and modified the test to fit the GdUnit4 framework.