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 ef832389..3c01105d 100644
--- a/internal/db/repos_test.go
+++ b/internal/db/repos_test.go
@@ -85,7 +85,7 @@ func TestRepos(t *testing.T) {
}
t.Parallel()
- tables := []interface{}{new(Repository)}
+ tables := []any{new(Repository)}
db := &repos{
DB: dbtest.NewDB(t, "repos", tables...),
}