aboutsummaryrefslogtreecommitdiff
path: root/internal/db/lfs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/lfs_test.go')
-rw-r--r--internal/db/lfs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/lfs_test.go b/internal/db/lfs_test.go
index a9a2a2bb..690962e7 100644
--- a/internal/db/lfs_test.go
+++ b/internal/db/lfs_test.go
@@ -30,7 +30,7 @@ func TestLFS(t *testing.T) {
for _, tc := range []struct {
name string
- test func(*testing.T, *lfs)
+ test func(t *testing.T, db *lfs)
}{
{"CreateObject", lfsCreateObject},
{"GetObjectByOID", lfsGetObjectByOID},