Skip to content

Commit

Permalink
10275: update newer trialsession helper with updated date handling
Browse files Browse the repository at this point in the history
  • Loading branch information
TomElliottFlexion committed Dec 3, 2024
1 parent 79fa176 commit 509e517
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ describe('publicTrialSessionsHelper', () => {
expect(trialSessionRows).toEqual([
{
formattedSessionWeekStartDate: 'November 23, 2020',
sessionWeekStartDate: '2020-11-23T05:00:00.000+00:00',
sessionWeekStartDate: '2020-11-23T00:00:00.000-05:00',
},
{
alertMessageForNOTT: '',
Expand Down Expand Up @@ -331,7 +331,7 @@ describe('publicTrialSessionsHelper', () => {
expect(trialSessionRows).toEqual([
{
formattedSessionWeekStartDate: 'November 23, 2020',
sessionWeekStartDate: '2020-11-23T05:00:00.000+00:00',
sessionWeekStartDate: '2020-11-23T00:00:00.000-05:00',
},
{
alertMessageForNOTT: '',
Expand Down Expand Up @@ -390,7 +390,7 @@ describe('publicTrialSessionsHelper', () => {
expect(trialSessionRows).toEqual([
{
formattedSessionWeekStartDate: 'November 23, 2020',
sessionWeekStartDate: '2020-11-23T05:00:00.000+00:00',
sessionWeekStartDate: '2020-11-23T00:00:00.000-05:00',
},
{
alertMessageForNOTT: '',
Expand Down Expand Up @@ -449,7 +449,7 @@ describe('publicTrialSessionsHelper', () => {
expect(trialSessionRows).toEqual([
{
formattedSessionWeekStartDate: 'November 23, 2020',
sessionWeekStartDate: '2020-11-23T05:00:00.000+00:00',
sessionWeekStartDate: '2020-11-23T00:00:00.000-05:00',
},
{
alertMessageForNOTT: '',
Expand Down

0 comments on commit 509e517

Please sign in to comment.