Hey, I have a problem in my project and I have created a minimal reproduce repository. Can you please check it?
$ git clone git@gitlab.com:ex-open-source/reproduce.git
Cloning into 'reproduce'...
remote: Counting objects: 12, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 12 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (12/12), done.
$ cd reproduce/
$ mix test
Compiling 1 file (.ex)
Generated reproduce app
1) test fails (ReproduceTest)
test/reproduce_test.exs:4
Expected truthy, got false
code: assert Reproduce.example("TeŚcIk", "teścik")
stacktrace:
test/reproduce_test.exs:5: (test)
Finished in 0.03 seconds
1 test, 1 failure
Randomized with seed 471704