fix: lint

This commit is contained in:
kolaente 2022-08-02 15:07:08 +02:00
parent 3688bbde20
commit 77fafd5dc3
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -18,10 +18,11 @@ package user
import (
"testing"
"xorm.io/builder"
"code.vikunja.io/api/pkg/db"
"github.com/stretchr/testify/assert"
"xorm.io/builder"
)
func TestCreateUser(t *testing.T) {