Chore: fix tests

This commit is contained in:
Pieter Vander Vennet 2025-01-21 22:39:22 +01:00
parent 436b99a53a
commit 95c4323630
2 changed files with 4 additions and 1 deletions

View file

@ -317,6 +317,10 @@ export class OsmPreferences {
return
}
if (Utils.runningFromConsole) {
return
}
if (this._fakeUser) {
return
}