Skip to content

Commit

Permalink
test: activate commented-out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzzz committed Nov 12, 2024
1 parent 48811e0 commit 1799a0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions internal/dbtest/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,16 +326,16 @@ func TestAutoMigrator_Migrate(t *testing.T) {
tests := []struct {
fn func(t *testing.T, db *bun.DB)
}{
// {testRenameTable},
// {testRenamedColumns},
// {testCreateDropTable},
{testRenameTable},
{testRenamedColumns},
{testCreateDropTable},
{testAlterForeignKeys},
// {testChangeColumnType_AutoCast},
// {testIdentity},
// {testAddDropColumn},
// {testUnique},
// {testUniqueRenamedTable},
// {testUpdatePrimaryKeys},
{testChangeColumnType_AutoCast},
{testIdentity},
{testAddDropColumn},
{testUnique},
{testUniqueRenamedTable},
{testUpdatePrimaryKeys},
}

testEachDB(t, func(t *testing.T, dbName string, db *bun.DB) {
Expand Down

0 comments on commit 1799a0f

Please sign in to comment.