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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user