From 5ae85ad11e99b316a4d6e5cb3d81b8cd9aa15c62 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 29 Jun 2026 14:44:39 +1000 Subject: [PATCH] Fix tests --- tests/test_yaml_handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_yaml_handler.py b/tests/test_yaml_handler.py index a41baf4..543c759 100644 --- a/tests/test_yaml_handler.py +++ b/tests/test_yaml_handler.py @@ -177,13 +177,11 @@ def test_yaml_loop_preserves_blank_separator_after_list(tmp_path: Path): "blank", "require:\n - rubocop-performance\n - rubocop-rspec\n\nAllCops:\n NewCops: enable\n", "\n - rubocop-rspec\n\nAllCops:", - "<% end %>\nAllCops:", ), ( "no_blank", "require:\n - rubocop-performance\n - rubocop-rspec\nAllCops:\n NewCops: enable\n", "\n - rubocop-rspec\nAllCops:", - "<% end %>AllCops:", ), ]