fix: lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-01-08 22:19:14 +01:00
parent 143b28c0c9
commit 9eb1520a0c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -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) {