Skip to content

Commit

Permalink
fix: Dependency.__str__ test
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 27, 2023
1 parent 91470f3 commit 84a7bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configurations/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ def test_dependency_to_string():
)
assert (
str(dependency)
== "Dependency(name='package_1', version='==0.1.0', index='https://index.com', git='https://some-repo.git', ref='branch')"
== "Dependency(name='package_1', version='==0.1.0', index='https://index.com', git='https://some-repo.git', ref='branch', extras='[]')"
)


Expand Down

0 comments on commit 84a7bb2

Please sign in to comment.