Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 17, 2024
1 parent 114dc94 commit eb42d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/import-v2.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_import_v2(self):
code, out, err = self.t("completed")
self.assertNotIn("bing", out)
self.assertNotIn("baz", out)
self.assertNotIn("foo", out) # deleted, not in the completed report
self.assertNotIn("foo", out) # deleted, not in the completed report
self.assertIn("bar", out)


Expand Down

0 comments on commit eb42d7f

Please sign in to comment.