summaryrefslogtreecommitdiff
path: root/spec/factories/lists.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/lists.rb')
-rw-r--r--spec/factories/lists.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/lists.rb b/spec/factories/lists.rb
index 8785d3f0468..eb6f0f27917 100644
--- a/spec/factories/lists.rb
+++ b/spec/factories/lists.rb
@@ -5,6 +5,7 @@ FactoryBot.define do
board
label
list_type { :label }
+ max_issue_count { 0 }
sequence(:position)
end