You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The organization.sql file is used to insert values into the database that will be used by the OrganizationRepositoryTest class. Currently the values for to_date and duration (daterange) fields (second paramater of the team.organization_location table are statically set.. This means that the tests will fail when we physically get past the to_date.
We need a way to set this date dynamically to a future period e.g plus 1 YEAR.
The text was updated successfully, but these errors were encountered:
The organization.sql file is used to insert values into the database that will be used by the OrganizationRepositoryTest class. Currently the values for
to_date
andduration
(daterange) fields (second paramater of the team.organization_location table are statically set.. This means that the tests will fail when we physically get past theto_date
.We need a way to set this date dynamically to a future period e.g
plus 1 YEAR
.The text was updated successfully, but these errors were encountered: