Skip to content

Commit

Permalink
fix(test): setup language and country system props (#892)
Browse files Browse the repository at this point in the history
So test will pass on any system with any locale.
  • Loading branch information
loicmathieu authored Jan 13, 2023
1 parent a9a4ad8 commit db82378
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ subprojects {
retry {
maxRetries = 5
}

// configure en_US default locale for tests
systemProperty 'user.language', 'en'
systemProperty 'user.country', 'US'
}

testlogger {
Expand Down

0 comments on commit db82378

Please sign in to comment.