From 77fafd5dc32aee464961be40d5d0ccf82490d02a Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 2 Aug 2022 15:07:08 +0200 Subject: [PATCH] fix: lint --- pkg/user/user_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/user/user_test.go b/pkg/user/user_test.go index 6a08d993d73..82820085a01 100644 --- a/pkg/user/user_test.go +++ b/pkg/user/user_test.go @@ -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) {