Skip to content

Commit

Permalink
Update src/data/queries/tests/pressRelease.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Valarida <[email protected]>
  • Loading branch information
brianseek and cvalarida authored Mar 7, 2025
1 parent 4e5dc22 commit 5b3afcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/queries/tests/pressRelease.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe(`${RESOURCE_TYPES.PRESS_RELEASE} formatData`, () => {
expect(formattedData.pdfVersion).toBeNull()
})
test('handles missing or null contact fields correctly', () => {
const modifiedMockContact = {
const modifiedMockContact: NodePressRelease = {
...nodePressReleaseMock,
field_press_release_contact: [
{
Expand Down

0 comments on commit 5b3afcd

Please sign in to comment.