aboutsummaryrefslogtreecommitdiff
path: root/internal/db/users_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/users_test.go')
-rw-r--r--internal/db/users_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/users_test.go b/internal/db/users_test.go
index 5645ff7b..6d71ad5a 100644
--- a/internal/db/users_test.go
+++ b/internal/db/users_test.go
@@ -84,7 +84,7 @@ func TestUsers(t *testing.T) {
for _, tc := range []struct {
name string
- test func(*testing.T, *users)
+ test func(t *testing.T, db *users)
}{
{"Authenticate", usersAuthenticate},
{"Create", usersCreate},