fix test expectation

This commit is contained in:
Matt Davis 2023-06-26 21:35:06 -04:00
parent b1d2bf902c
commit 39cc4aaf97
No known key found for this signature in database
GPG Key ID: 5B56EE1B446A032A
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class TestSearchScope:
find_links=[],
index_urls=["file://index1/", "file://index2"],
no_index=False,
index_lookup={"complex_name": "file://index2"},
index_lookup={"Complex_Name": "file://index2"},
)
req = install_req_from_line("Complex_Name")
assert req.name is not None