Skip to content

Commit 1547ba6

Browse files
author
Your Name
committed
Fix problems in tests/test_plugin.py caused by adding support for
skip-magic-trailing-comma.
1 parent 20308e2 commit 1547ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def test_load_config(config):
233233
"target_version": set(),
234234
"pyi": True,
235235
"fast": True,
236+
"skip_magic_trailing_comma": False,
236237
"skip_string_normalization": True,
237238
"preview": False,
238239
}
@@ -264,6 +265,7 @@ def test_load_config_defaults(config):
264265
"target_version": set(),
265266
"pyi": False,
266267
"fast": False,
268+
"skip_magic_trailing_comma": False,
267269
"skip_string_normalization": False,
268270
"preview": False,
269271
}

0 commit comments

Comments
 (0)