Skip to content

Commit

Permalink
Fix: Update reducer tests
Browse files Browse the repository at this point in the history
gu-stav committed Jul 21, 2023
1 parent 9c8d157 commit adc27f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
state = {
status: expect.any(String),
serverState: {
currentWorkflow: WORKFLOW_FIXTURE,
workflow: WORKFLOW_FIXTURE,
},
clientState: {
currentWorkflow: {
@@ -172,7 +172,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
state = {
status: expect.any(String),
serverState: {
currentWorkflow: WORKFLOW_FIXTURE,
workflow: WORKFLOW_FIXTURE,
},
clientState: {
currentWorkflow: {

0 comments on commit adc27f5

Please sign in to comment.