Skip to content

Commit

Permalink
fix: Fix test failures after merge of #4686
Browse files Browse the repository at this point in the history
A lack of a rebase before merge kept this intersection of changes from
being properly tested.
  • Loading branch information
neersighted committed Nov 14, 2021
1 parent 7f70c38 commit ff64ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/test_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,8 +1008,8 @@ def test_exporter_can_export_requirements_txt_with_nested_packages_and_multiple_
content = f.read()

expected = """\
bar==7.8.9; platform_system != "Windows" or platform_system == "Windows"
baz==10.11.13; platform_system == "Windows"
bar==7.8.9 ; platform_system != "Windows" or platform_system == "Windows"
baz==10.11.13 ; platform_system == "Windows"
foo==1.2.3
"""

Expand Down

0 comments on commit ff64ac1

Please sign in to comment.