Recently during dependencies update, I noticed several tests in my project started failing.
Digging deeper into which package was causing those failures, I found out that this change was the one responsible. I confirmed that by creating lang/.gitkeep in all modules, and the errors were gone.
I don't think creating such directory should be mandatory, because I don't use the module generator and I like keeping the project lean.
Steps To Reproduce:
Sorry, I can't think of any. I haven't tested if the app breaks or if it's just the tests.
Versions:
Description:
Recently during dependencies update, I noticed several tests in my project started failing.
Digging deeper into which package was causing those failures, I found out that this change was the one responsible. I confirmed that by creating
lang/.gitkeep
in all modules, and the errors were gone.I don't think creating such directory should be mandatory, because I don't use the module generator and I like keeping the project lean.
Steps To Reproduce: