Skip to content

TST: Use more accurate time windows so tests do not fail

This MR sets the Datetime attributes of the of the broadcast messages factory more precisely.

This MR is necessary to ensure that all specs which use the broadcast message factory will pass when run anywhere at any time. Currently, there are specs which fail if you pass Midnight UTC+0, during their execution. Essentially, a duration of one second can be interpreted as a duration of 24 hours.

Does this MR meet the acceptance criteria?

Merge request reports