fix: rename openTestDB to openMigrationTestDB to avoid redeclaration with job_queue_test.go

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 02:07:27 +02:00
parent e74ed2e7d3
commit 1f59b5b4c3
4 changed files with 14 additions and 14 deletions
@@ -9,7 +9,7 @@ import (
// TestMigrationIntegration covers the full create -> up -> status -> down -> status cycle.
func TestMigrationIntegration(t *testing.T) {
t.Run("ciclo completo create up status down status", func(t *testing.T) {
db := openTestDB(t)
db := openMigrationTestDB(t)
dir := t.TempDir()
// Step 1: Create migration files using MigrationCreate