Skip to content

Commit

Permalink
Merge pull request #14247 from opf/bug/time-next-week-used-wrong
Browse files Browse the repository at this point in the history
Fixed meetings copy spec that used Time's next_week in a wrong way
  • Loading branch information
apfohl committed Nov 27, 2023
2 parents a451e1f + 6ac5fbf commit 5541eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/meeting/spec/features/meetings_copy_spec.rb
Expand Up @@ -44,7 +44,7 @@
member_with_permissions: { project => permissions })
end

shared_let(:start_time) { Time.current.tomorrow.at_noon }
shared_let(:start_time) { Time.current.beginning_of_week.at_noon }
shared_let(:duration) { 1.5 }
shared_let(:agenda_text) { "We will talk" }
shared_let(:meeting) do
Expand Down

0 comments on commit 5541eaa

Please sign in to comment.