remove puts statement

This commit is contained in:
ulferts
2025-03-20 20:50:01 +01:00
parent 345ca2308f
commit 1e0043671e
@@ -104,8 +104,6 @@ RSpec.describe CustomFields::Hierarchy::UpdateItemContract do
expect(result).to be_failure
p result
expect(result.errors[:short]).to match_array("must be unique within the same hierarchy level.")
end
end