Fix test
This commit is contained in:
@@ -304,7 +304,7 @@ def testGuiTheme_IconThemes(qtbot, caplog, monkeypatch, nwGUI, tstPaths):
|
|||||||
|
|
||||||
# Load working theme file
|
# Load working theme file
|
||||||
assert iconCache.loadTheme("material_rounded_normal") is True
|
assert iconCache.loadTheme("material_rounded_normal") is True
|
||||||
assert iconCache.themeMeta.name == "Material Symbols - Rounded Medium"
|
assert iconCache.themeMeta.name == "Material Symbols - Rounded"
|
||||||
|
|
||||||
# Load with project colour override
|
# Load with project colour override
|
||||||
purple = iconCache._svgColors["purple"]
|
purple = iconCache._svgColors["purple"]
|
||||||
|
|||||||
Reference in New Issue
Block a user