Skip to content

Commit

Permalink
fix: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored and ismay committed Sep 18, 2024
1 parent 4d3e70e commit f6428ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/actions/__tests__/standardReportTables.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Actions - standardReportTables', () => {
])

getStandardReportTables.mockImplementationOnce(() =>
Promise.resolve([{ id: '1337', name: 'foobar' }])
Promise.resolve([{ id: '1337', displayName: 'foobar' }])
)

store.dispatch(loadStandardReportTables()).then(() => {
Expand Down

0 comments on commit f6428ca

Please sign in to comment.