sailpoint-oss / rule-development-kit

A development environment setup for creating rules.
MIT License
7 stars 25 forks source link

Update UsernameGeneratorTest.java #8

Open sunnyajmera opened 1 year ago

sunnyajmera commented 1 year ago

Removed the internationalized version of e character as it was throwing error while building the code.

Error INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] UsernameGeneratorTest.testUsernameGeneratorWhereFirstAndLastNameValid:50 expected: but was: [INFO] [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0 [INFO]

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

sunnyajmera commented 1 year ago

Hello @sunnyajmera,

If you pull the latest changes from the repository this should not be an issue. I added logic to remove diacritical marks so the test should pass.

Please let me know and I can close this PR!

I still don't see the change and issue is still happening even after pulling the latest.