Skip to content

Commit

Permalink
Update test data for location of status and testStatus array in new test
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Oct 10, 2024
1 parent b62d38b commit cfb0729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/tests/BotRunTestStatusList.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@ test('correctly ignores test results from a human-submitted test plan run with a
id: '1',
testResults: new Array(3).fill(null),
tester: { username: 'human', isBot: false },
collectionJob: {
status: COLLECTION_JOB_STATUS.COMPLETED,
testStatus: [
{ status: COLLECTION_JOB_STATUS.COMPLETED },
{ status: COLLECTION_JOB_STATUS.COMPLETED },
{ status: COLLECTION_JOB_STATUS.COMPLETED }
]
}
}
];

Expand Down

0 comments on commit cfb0729

Please sign in to comment.