Skip to content

Commit

Permalink
style: fix formatting for clockify tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
  • Loading branch information
gabor-boros committed Mar 14, 2022
1 parent 0d6aebe commit 26fa0b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/pkg/client/clockify/clockify_test.go
Expand Up @@ -380,7 +380,6 @@ func TestClockifyClient_FetchEntries_TagsAsTasks(t *testing.T) {
require.ElementsMatch(t, expectedEntries, entries, "fetched entries are not matching")
}


func TestClockifyClient_FetchEntries_TagsAsTasks_NoTags(t *testing.T) {
start := time.Date(2021, 10, 2, 0, 0, 0, 0, time.UTC)
end := time.Date(2021, 10, 2, 23, 59, 59, 0, time.UTC)
Expand All @@ -396,7 +395,7 @@ func TestClockifyClient_FetchEntries_TagsAsTasks_NoTags(t *testing.T) {
ID: "123",
Name: "TASK-1234",
},
Task: worklog.IDNameField{},
Task: worklog.IDNameField{},
Summary: "Have a coffee with Tony",
Notes: "Have a coffee with Tony",
Start: start,
Expand Down

0 comments on commit 26fa0b1

Please sign in to comment.