Skip to content

Commit

Permalink
And another go to fix the Windows tests.
Browse files Browse the repository at this point in the history
... it is getting late :-)
  • Loading branch information
sztamas committed Oct 4, 2020
1 parent fa65b2d commit 4085dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

imperfect_content = "import b\nimport a\n"
fixed_content = "import a\nimport b\n"
fixed_diff = "\n+import a\n import b\n-import a\n"
fixed_diff = "+import a\n import b\n-import a\n"


@pytest.fixture
Expand Down

0 comments on commit 4085dd5

Please sign in to comment.