From 9eb1520a0cfd715b5e6843756b2bc6cd396b41a1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 8 Jan 2022 22:19:14 +0100 Subject: [PATCH] fix: lint --- pkg/integrations/task_collection_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/integrations/task_collection_test.go b/pkg/integrations/task_collection_test.go index e1e11e811..28eaef004 100644 --- a/pkg/integrations/task_collection_test.go +++ b/pkg/integrations/task_collection_test.go @@ -17,11 +17,12 @@ package integrations import ( + "net/url" + "testing" + "code.vikunja.io/api/pkg/models" "code.vikunja.io/web/handler" "github.com/stretchr/testify/assert" - "net/url" - "testing" ) func TestTaskCollection(t *testing.T) {