From 491a1423788b76f236d070071cb46f5b2f5d3fd0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 29 Jan 2023 22:42:24 +0100 Subject: [PATCH] fix: lint --- pkg/db/test.go | 2 +- pkg/models/tasks_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/db/test.go b/pkg/db/test.go index 7a5ff4f404f..146643ffb46 100644 --- a/pkg/db/test.go +++ b/pkg/db/test.go @@ -20,12 +20,12 @@ import ( "fmt" "os" "testing" - "xorm.io/builder" "code.vikunja.io/api/pkg/config" "code.vikunja.io/api/pkg/log" "github.com/stretchr/testify/assert" + "xorm.io/builder" "xorm.io/xorm" "xorm.io/xorm/names" ) diff --git a/pkg/models/tasks_test.go b/pkg/models/tasks_test.go index 96ac031bf66..a6bbc71c494 100644 --- a/pkg/models/tasks_test.go +++ b/pkg/models/tasks_test.go @@ -19,13 +19,13 @@ package models import ( "testing" "time" - "xorm.io/builder" "code.vikunja.io/api/pkg/db" "code.vikunja.io/api/pkg/events" "code.vikunja.io/api/pkg/user" "github.com/stretchr/testify/assert" + "xorm.io/builder" ) func TestTask_Create(t *testing.T) {