aboutsummaryrefslogtreecommitdiff
path: root/internal/db/actions_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/actions_test.go')
-rw-r--r--internal/db/actions_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/actions_test.go b/internal/db/actions_test.go
index cc64850e..aa6bbf4e 100644
--- a/internal/db/actions_test.go
+++ b/internal/db/actions_test.go
@@ -99,7 +99,7 @@ func TestActions(t *testing.T) {
}
t.Parallel()
- tables := []interface{}{new(Action), new(User), new(Repository), new(EmailAddress), new(Watch)}
+ tables := []any{new(Action), new(User), new(Repository), new(EmailAddress), new(Watch)}
db := &actions{
DB: dbtest.NewDB(t, "actions", tables...),
}