From d0052ff3dce764038babdbd4d853ee579591eb51 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 16 Oct 2022 12:05:31 +0200 Subject: [PATCH] Import go-sqlite3 to fix test --- internal/handlers/handlers_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/handlers/handlers_test.go b/internal/handlers/handlers_test.go index 682ae01..3be4cbf 100644 --- a/internal/handlers/handlers_test.go +++ b/internal/handlers/handlers_test.go @@ -33,6 +33,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + _ "github.com/mattn/go-sqlite3" + "git.cacert.org/cacert-boardvoting/internal/notifications" "git.cacert.org/cacert-boardvoting/internal/models"