aboutsummaryrefslogtreecommitdiff
path: root/internal/db/repos_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/repos_test.go')
-rw-r--r--internal/db/repos_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/repos_test.go b/internal/db/repos_test.go
index 2af42e8b..ef832389 100644
--- a/internal/db/repos_test.go
+++ b/internal/db/repos_test.go
@@ -92,7 +92,7 @@ func TestRepos(t *testing.T) {
for _, tc := range []struct {
name string
- test func(*testing.T, *repos)
+ test func(t *testing.T, db *repos)
}{
{"Create", reposCreate},
{"GetByName", reposGetByName},