aboutsummaryrefslogtreecommitdiff
path: root/internal/db/watches_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/watches_test.go')
-rw-r--r--internal/db/watches_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/watches_test.go b/internal/db/watches_test.go
index 46267ccd..973f64d4 100644
--- a/internal/db/watches_test.go
+++ b/internal/db/watches_test.go
@@ -18,7 +18,7 @@ func TestWatches(t *testing.T) {
}
t.Parallel()
- tables := []interface{}{new(Watch)}
+ tables := []any{new(Watch)}
db := &watches{
DB: dbtest.NewDB(t, "watches", tables...),
}