From 82a22315712f18c905ef27a4ee3457354266eb79 Mon Sep 17 00:00:00 2001 From: Eric Lipe Date: Thu, 21 Nov 2024 10:13:36 -0500 Subject: [PATCH] - add missing expected values --- tdrs-frontend/src/actions/reports.test.js | 1 + tdrs-frontend/src/reducers/reports.test.js | 1 + 2 files changed, 2 insertions(+) diff --git a/tdrs-frontend/src/actions/reports.test.js b/tdrs-frontend/src/actions/reports.test.js index 40593f3bb..cb111f9a6 100644 --- a/tdrs-frontend/src/actions/reports.test.js +++ b/tdrs-frontend/src/actions/reports.test.js @@ -238,6 +238,7 @@ describe('actions/reports', () => { expect(actions[0].type).toBe(SET_SELECTED_STT) expect(actions[0].payload).toStrictEqual({ stt: 'florida', + newUploadSections: [], }) }) diff --git a/tdrs-frontend/src/reducers/reports.test.js b/tdrs-frontend/src/reducers/reports.test.js index c96ca88e2..ab8369b35 100644 --- a/tdrs-frontend/src/reducers/reports.test.js +++ b/tdrs-frontend/src/reducers/reports.test.js @@ -411,6 +411,7 @@ describe('reducers/reports', () => { type: SET_SELECTED_STT, payload: { stt: 'florida', + newUploadSections: [], }, }) ).toEqual({