Import go-sqlite3 to fix test
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
All checks were successful
cacert-boardvoting/pipeline/head This commit looks good
This commit is contained in:
parent
c9d3f2a20a
commit
d0052ff3dc
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue