Skip to content

Commit

Permalink
test: fix broken
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 8, 2023
1 parent 2e77ef9 commit f01ea8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/features/tasks/short-syntax.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const TASK: TaskCopy = {
issueAttachmentNr: null,
issueLastUpdated: null,
issueWasUpdated: null,
issueTimeTracked: null,
};
const ALL_TAGS: Tag[] = [
{ ...DEFAULT_TAG, id: 'blu_id', title: 'blu' },
Expand Down

0 comments on commit f01ea8e

Please sign in to comment.