Skip to content

Commit

Permalink
Update tasks_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dtylman authored May 1, 2024
1 parent 907d4d3 commit 7ed20ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clickup/tasks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func TestTasksService_GetTask(t *testing.T) {
Name: "Task Name",
TextContent: "New Task Description",
Description: "New Task Description",
MarkdownDescription: "## New Task Description",
Status: TaskStatus{
Status: "in progress",
Color: "#d3d3d3",
Expand Down

0 comments on commit 7ed20ca

Please sign in to comment.