tests: fmt: fix expected format

This commit is contained in:
William Ballenthin
2020-06-21 16:56:17 -06:00
parent 7a81b739ea
commit 23037ad763

View File

@@ -14,7 +14,8 @@ EXPECTED = textwrap.dedent('''\
features: features:
- and: - and:
- number: 1 - number: 1
- number: 2''') - number: 2
''')
def test_rule_reformat_top_level_elements(): def test_rule_reformat_top_level_elements():