1
0

fix: lint

This commit is contained in:
kolaente
2023-01-29 22:42:24 +01:00
parent 46b261c9fe
commit 491a142378
2 changed files with 2 additions and 2 deletions

View File

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