Skip to content

Commit

Permalink
speed up in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Numero7 committed Jan 15, 2025
1 parent c414c09 commit afc118b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class UpdateFormationDbs(


fun isTestSuggestionsProfileActive(): Boolean {
return environment.activeProfiles.contains("test_suggestions")
return environment.activeProfiles.contains("test")
}

fun updateVillesVoeuxDb() {
Expand Down

0 comments on commit afc118b

Please sign in to comment.