diff options
Diffstat (limited to 'internal/db/backup_test.go')
-rw-r--r-- | internal/db/backup_test.go | 2 |
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, |