Fix test file, add suer table project column to test.db

This commit is contained in:
Christoph Kluge 2023-01-30 14:03:44 +01:00
parent c4d91039e2
commit dd5e0682a1
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ func TestFindById(t *testing.T) {
func TestGetTags(t *testing.T) {
r := setup(t)
tags, counts, err := r.CountTags(nil)
tags, counts, err := r.CountTags(nil, nil)
if err != nil {
t.Fatal(err)
}

Binary file not shown.