Fix tests
All checks were successful
CI / test (push) Successful in 47s
CI / test (debian, docker.io/library/debian:13, python3) (push) Successful in 1m25s
Lint / test (push) Successful in 37s

This commit is contained in:
Miguel Jacq 2026-06-29 14:44:39 +10:00
parent bc4af135b4
commit 5ae85ad11e
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -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:",
),
]