LeNelSoN / you-are-the-hero

L'API dont vous êtes le héros is an interactive Java API that brings the adventure of "choose your own adventure" stories to life. Users can embark on unique journeys, make decisions at each step, and create dynamic narratives, all while experiencing the nostalgia of classic adventure books.
GNU General Public License v3.0
2 stars 10 forks source link

Intermittent Failure in Random Password Generation Test #57

Closed LeNelSoN closed 1 month ago

LeNelSoN commented 1 month ago

Problem Description:

The unit test for the random password generation method fails intermittently. Since the password is generated randomly, the expected result and the actual result do not always match, leading to test failures. This behavior complicates verification of the test’s stability and correctness.

image

The keeper of the repo 🏰