aboutsummaryrefslogtreecommitdiff
path: root/internal/db/follows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/follows_test.go')
-rw-r--r--internal/db/follows_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/follows_test.go b/internal/db/follows_test.go
index cd37cc97..4caa447e 100644
--- a/internal/db/follows_test.go
+++ b/internal/db/follows_test.go
@@ -27,7 +27,7 @@ func TestFollows(t *testing.T) {
for _, tc := range []struct {
name string
- test func(*testing.T, *follows)
+ test func(t *testing.T, db *follows)
}{
{"Follow", followsFollow},
{"IsFollowing", followsIsFollowing},