Fix tests

This commit is contained in:
Veronica K. B. Olsen
2021-02-18 20:47:22 +01:00
parent 5f3822ac1a
commit 6cc974a8e9
13 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ def testBaseConfig_Init(monkeypatch, tmpDir, fncDir, outDir, refDir, filesDir):
tstApp = DummyApp()
tstConf.initLocalisation(tstApp)
theList = tstConf.listLanguages()
theList = tstConf.listLanguages(tstConf.LANG_NW)
assert theList == [("en_GB", "British English")]
copyfile(confFile, testFile)