paypal / butterfly

Application transformation tool
https://paypal.github.io/butterfly/
MIT License
47 stars 50 forks source link

Issue #372 Updated ButterflyFacadeImplTest #373

Closed badalsarkar closed 3 years ago

badalsarkar commented 3 years ago

Fixes #372 The test case asserts that the error message contains the keys of a Properties object. As Properties is a hash table, the order of keys in the error message differs and the assertion fails.

Now, the keys are sorted in the original function call so that the order or keys in the error message is the same as assertion.