aboutsummaryrefslogtreecommitdiff
path: root/internal/db/backup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/backup_test.go')
-rw-r--r--internal/db/backup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/backup_test.go b/internal/db/backup_test.go
index 52ce9aaa..fc00ada8 100644
--- a/internal/db/backup_test.go
+++ b/internal/db/backup_test.go
@@ -45,7 +45,7 @@ func TestDumpAndImport(t *testing.T) {
}
func setupDBToDump(t *testing.T, db *gorm.DB) {
- vals := []interface{}{
+ vals := []any{
&Access{
ID: 1,
UserID: 1,