diff options
Diffstat (limited to 'internal/db/follows_test.go')
-rw-r--r-- | internal/db/follows_test.go | 2 |
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}, |