Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/evergreen-ci/spruce into DE…
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Dec 15, 2023
2 parents 59c1abd + fb97512 commit 599a50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gql/mocks/taskData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 599a50a

Please sign in to comment.