mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
remove unnecessary new lines in the test
resolves https://github.com/opf/openproject/pull/19449#discussion_r2195651639
This commit is contained in:
@@ -125,7 +125,7 @@ RSpec.describe WorkPackage::PDFExport::Common::Macro do
|
||||
end
|
||||
|
||||
describe "with markdown formating bold" do
|
||||
let(:markdown) { "\n**##{work_package.id}**\n" }
|
||||
let(:markdown) { "**##{work_package.id}**" }
|
||||
|
||||
it "contains correct data" do
|
||||
expect(formatted).to eq("**#{expected_tag}**")
|
||||
|
||||
Reference in New Issue
Block a user