Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dtylman committed May 7, 2024
1 parent 7ed20ca commit 2a79f6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clickup/tasks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ func TestTasksService_GetTask(t *testing.T) {
}

want := &Task{
ID: "9hx",
CustomItemId: 0,
Name: "Task Name",
TextContent: "New Task Description",
Description: "New Task Description",
ID: "9hx",
CustomItemId: 0,
Name: "Task Name",
TextContent: "New Task Description",
Description: "New Task Description",
MarkdownDescription: "## New Task Description",
Status: TaskStatus{
Status: "in progress",
Expand Down

0 comments on commit 2a79f6a

Please sign in to comment.