Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin De Pelseneer committed Oct 10, 2023
1 parent ca887a9 commit f2164ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/factories/templates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Template
factory(:template) do
sequence(:title) { |n| "Template #{n}" }
level {"study source"}
with_project_contributor
end

Expand Down

0 comments on commit f2164ec

Please sign in to comment.