Skip to content

Commit

Permalink
- add missing expected values
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Nov 21, 2024
1 parent 3e786ec commit 82a2231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tdrs-frontend/src/actions/reports.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ describe('actions/reports', () => {
expect(actions[0].type).toBe(SET_SELECTED_STT)
expect(actions[0].payload).toStrictEqual({
stt: 'florida',
newUploadSections: [],
})
})

Expand Down
1 change: 1 addition & 0 deletions tdrs-frontend/src/reducers/reports.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ describe('reducers/reports', () => {
type: SET_SELECTED_STT,
payload: {
stt: 'florida',
newUploadSections: [],
},
})
).toEqual({
Expand Down

0 comments on commit 82a2231

Please sign in to comment.