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 6a39c4ee..57bcdbab 100644
--- a/internal/db/repos_test.go
+++ b/internal/db/repos_test.go
@@ -35,7 +35,7 @@ func Test_repos(t *testing.T) {
} {
t.Run(tc.name, func(t *testing.T) {
t.Cleanup(func() {
- err := clearTables(db.DB, tables...)
+ err := clearTables(t, db.DB, tables...)
if err != nil {
t.Fatal(err)
}