Monil
Results
2
issues of
Monil
## What is the purpose of the pull request This pull request improves both the tests in `TestHudiInstantUtils` by refactoring them into parameterised unit tests and also adding more test...
**Summary**: - Parameterized tests : `type` and changed name to `testType` **Elaboration**: - The same method call (`objects.get(x).type()`) is repeated multiple times with different inputs, making it redundant and the...