Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BruDriguezz committed Aug 23, 2024
1 parent 05f537e commit 59b6638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_package_lookup_files(db_session: Session):
with db_session.begin():
db_session.add(scan)

package = lookup_package_info(db_session, name="abc", version="1.0.0")[0]
package = lookup_package_info(db_session, name="abc", version="1.0.0").items[0]

assert package.distributions == distros

Expand Down

0 comments on commit 59b6638

Please sign in to comment.