aboutsummaryrefslogtreecommitdiff
path: root/internal/db/orgs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/orgs_test.go')
-rw-r--r--internal/db/orgs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/orgs_test.go b/internal/db/orgs_test.go
index 76e79345..623f43f8 100644
--- a/internal/db/orgs_test.go
+++ b/internal/db/orgs_test.go
@@ -21,7 +21,7 @@ func TestOrgs(t *testing.T) {
}
t.Parallel()
- tables := []interface{}{new(User), new(EmailAddress), new(OrgUser)}
+ tables := []any{new(User), new(EmailAddress), new(OrgUser)}
db := &orgs{
DB: dbtest.NewDB(t, "orgs", tables...),
}