mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-28 01:49:10 +00:00
ui: add v9.6 assets, update misc resources
This commit is contained in:
@@ -13,6 +13,6 @@ logger = structlog.get_logger()
|
||||
def test_get():
|
||||
rm = ResourceManager()
|
||||
|
||||
for res in rm._map: # pyright: ignore[reportPrivateUsage]
|
||||
for res in rm._map:
|
||||
assert rm.get(res), f"Could not get resource '{res}'"
|
||||
assert unwrap(rm.get_path(res)).exists(), f"Filepath for resource '{res}' does not exist"
|
||||
|
||||
Reference in New Issue
Block a user