Skip to content

Commit

Permalink
Re-enable test_trailing_comma_optional_parens_stability3 since it has…
Browse files Browse the repository at this point in the history
… stabilized
  • Loading branch information
jayaddison committed Feb 3, 2021
1 parent 21842f2 commit fdff084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_black.py
Expand Up @@ -253,7 +253,6 @@ def test_trailing_comma_optional_parens_stability2(self) -> None:
actual = fs(source)
black.assert_stable(source, actual, DEFAULT_MODE)

@unittest.expectedFailure
@patch("black.dump_to_file", dump_to_stderr)
def test_trailing_comma_optional_parens_stability3(self) -> None:
source, _expected = read_data("trailing_comma_optional_parens3")
Expand Down

0 comments on commit fdff084

Please sign in to comment.