diff --git a/src/gql/mocks/taskData.ts b/src/gql/mocks/taskData.ts index b18a1985b8..7fcdfd363c 100644 --- a/src/gql/mocks/taskData.ts +++ b/src/gql/mocks/taskData.ts @@ -17,12 +17,12 @@ export const taskQuery: TaskQuery = { details: { description: "Long description that requirese use of the inline definition component. This would include details about where the task failed.", + diskDevices: [], oomTracker: { detected: false, }, status: TaskStatus.Failed, type: "type", - diskDevices: [], }, timeTaken: null, annotation: null,