From 805998d2722b5ca2bd7e6a0fc3f1cb1d3607fec3 Mon Sep 17 00:00:00 2001 From: Josselin Date: Tue, 10 Nov 2020 13:22:40 +0100 Subject: [PATCH] Run black --- tests/test_ast_parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ast_parsing.py b/tests/test_ast_parsing.py index 344cf96da..725845d60 100644 --- a/tests/test_ast_parsing.py +++ b/tests/test_ast_parsing.py @@ -525,7 +525,7 @@ def test_parsing(test_item: Item): pytest.xfail("the file for this test was not generated") raise - diff = DeepDiff(expected, actual, ignore_order=True, verbose_level=2, view='tree') + diff = DeepDiff(expected, actual, ignore_order=True, verbose_level=2, view="tree") if diff: for change in diff["values_changed"]: