Skip to content

Commit

Permalink
Fix blackify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 24, 2024
1 parent 7e8a2d9 commit 4410431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/writers/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_blackify(self, ModeMock: MagicMock, format_file_contents_mock: MagicMoc
TargetVersion.PY310,
TargetVersion.PY311,
TargetVersion.PY312,
TargetVersion.PY313,
}
ModeMock.assert_called_with(
target_versions=target_versions, is_pyi=False, line_length=100, preview=True
Expand Down

0 comments on commit 4410431

Please sign in to comment.