Skip to content

Commit

Permalink
Merge branch '10434-story' into 10434-test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Dec 13, 2024
2 parents 01411c3 + 3e3755b commit c686c44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('run trial session planning report', () => {
applicationContext,
{
term: 'winter',
year: '2020',
year: 2020,
},
mockPetitionerUser,
),
Expand All @@ -78,7 +78,7 @@ describe('run trial session planning report', () => {
applicationContext,
{
term: 'winter',
year: '2020',
year: 2020,
},
mockPetitionsClerkUser,
);
Expand Down

0 comments on commit c686c44

Please sign in to comment.