Fix test_get_autodesktop_dir_and_arch for Windows

This commit is contained in:
Dave Dalcino
2022-08-20 09:56:40 -07:00
parent 3bb364b301
commit f63e0d9a64

View File

@@ -474,4 +474,4 @@ def test_get_autodesktop_dir_and_arch(
f" `aqt install-qt {host} desktop {version} {expect['instruct']}`"
)
else:
assert err.strip() == f"INFO : Found installed {host}-desktop Qt at {temp_dir}/{version}/{expect['use_dir']}"
assert err.strip() == f"INFO : Found installed {host}-desktop Qt at {base_dir / version / expect['use_dir']}"