Chore: Update reducer tests

This commit is contained in:
Gustav Hansen 2023-04-26 10:15:47 +02:00
parent 19855acfa4
commit 2c6624f64f

View File

@ -236,6 +236,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
stages: expect.arrayContaining([
{
__temp_key__: 3,
color: '#4945ff',
name: 'something',
},
]),
@ -268,6 +269,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
stages: expect.arrayContaining([
{
__temp_key__: 0,
color: expect.any(String),
name: 'something',
},
]),
@ -317,6 +319,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
stages: expect.arrayContaining([
{
__temp_key__: 4,
color: expect.any(String),
name: 'something',
},
]),