Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luciagirasoles committed Sep 2, 2024
1 parent 77da07b commit 75f9156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/factories/events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
sequence(:title) { |n| "Title #{n}" }
sequence(:location) { |n| "Location #{n}" }
sequence(:description) { |n| "Description #{n}" }
sequence(:panel_video_link) { |n| "Panel_video_link #{n}" }
date { 30.days.from_now }
end
end

0 comments on commit 75f9156

Please sign in to comment.