[tests] fix tests

This commit is contained in:
Nemo 2022-03-31 13:06:05 +05:30
parent 4adf5ceac1
commit 001ebeff46
1 changed files with 1 additions and 1 deletions

View File

@ -64,5 +64,5 @@ assert.deepEqual(L["win32-arm64"]["21f751ea45147f9e0b7107b8129ae4dd2fd1ccd6"], [
// d3dcompiler_47.dll
assert.deepEqual(
L["win32-x64"]["2256644f69435ff2fee76deb04d918083960d1eb"],
get_versions_in_range("win32-arm64", "v10.0.0", "v17.99.99")
get_versions_in_range("win32-arm64", "v10.0.0", "v18.99.99")
);