-
Notifications
You must be signed in to change notification settings - Fork 420
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
chore: Use helper methods in old unit tests #2119
Conversation
Integration tests success for 957adff0665e4904e3f578dc0486414ac7fd013f |
957adff
to
f12ecdb
Compare
Integration tests failure for f12ecdb4ca7a626b877a86e4d26b7877f3941077 |
1 similar comment
Integration tests failure for f12ecdb4ca7a626b877a86e4d26b7877f3941077 |
Integration tests failure for f12ecdb4ca7a626b877a86e4d26b7877f3941077 |
Integration tests failure for 7a804551e1deb45e43ea71be62c48bbb388033c7 |
Integration tests success for 439cbade56a80e39efd6ad467701f4c9828d1e20 |
Use our helper methods
assertOptsValidAndSQLEquals
andassertOptsInvalid
in older unit tests.Changes
structToSQL,
whereas our helper functions are also callingvalidate().
So, some of the generated SQLs that were tested are not achievable through a normal execution and were not correct before. Wrong setups were also corrected.