aboutsummaryrefslogtreecommitdiff
path: root/internal/db/perms_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/perms_test.go')
-rw-r--r--internal/db/perms_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/perms_test.go b/internal/db/perms_test.go
index ea4ed1ea..f11a6d60 100644
--- a/internal/db/perms_test.go
+++ b/internal/db/perms_test.go
@@ -32,7 +32,7 @@ func Test_perms(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)
}