Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuufuk committed May 25, 2020
1 parent 262fd3b commit 6496264
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmd/entrello/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,7 @@ func TestShouldQuery(t *testing.T) {
for _, tc := range tt {
t.Run(tc.name, func(t *testing.T) {
cfg := config.TodoDock{
Email: "",
Password: "",
Label: "",
Enabled: true,
Enabled: true,
Period: config.Period{
Type: tc.pType,
Interval: tc.pInterval,
Expand Down

0 comments on commit 6496264

Please sign in to comment.