Skip to content

Commit

Permalink
blacken the test
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Feb 7, 2019
1 parent 910e1bc commit f9b99bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_black.py
Expand Up @@ -826,7 +826,7 @@ def test_get_features_used(self) -> None:
)
node = black.lib2to3_parse(expected)
self.assertEqual(
black.get_features_used(node), {Feature.TRAILING_COMMA, Feature.F_STRINGS},
black.get_features_used(node), {Feature.TRAILING_COMMA, Feature.F_STRINGS}
)
source, expected = read_data("expression")
node = black.lib2to3_parse(source)
Expand Down

0 comments on commit f9b99bd

Please sign in to comment.