summaryrefslogtreecommitdiffstats
path: root/tests/test_style.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:48:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:48:19 +0000
commit3e4bc2e5fc90a472e855eb32996116feac9751ce (patch)
tree0dfaa934a1e2ceff216dc928baf5666854e7ac2e /tests/test_style.py
parentReleasing progress-linux version 0.1.33-0.0~progress7.99u1. (diff)
downloaddebputy-3e4bc2e5fc90a472e855eb32996116feac9751ce.tar.xz
debputy-3e4bc2e5fc90a472e855eb32996116feac9751ce.zip
Merging upstream version 0.1.34.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_style.py')
-rw-r--r--tests/test_style.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_style.py b/tests/test_style.py
index 0e3f5d7..ef6ddc4 100644
--- a/tests/test_style.py
+++ b/tests/test_style.py
@@ -25,7 +25,7 @@ def test_load_styles() -> None:
assert nt_style.formatting_deb822_always_wrap
assert nt_style.formatting_deb822_trailing_separator
assert nt_style.formatting_deb822_max_line_length == 79
- assert nt_style.formatting_deb822_normalize_stanza_order
+ assert not nt_style.formatting_deb822_normalize_stanza_order
# TODO: Not implemented yet
assert not nt_style.formatting_deb822_normalize_field_order
@@ -41,7 +41,7 @@ def test_load_named_styles() -> None:
assert black_style.formatting_deb822_always_wrap
assert black_style.formatting_deb822_trailing_separator
assert black_style.formatting_deb822_max_line_length == 79
- assert black_style.formatting_deb822_normalize_stanza_order
+ assert not black_style.formatting_deb822_normalize_stanza_order
# TODO: Not implemented yet
assert not black_style.formatting_deb822_normalize_field_order