Skip to content

Commit 45669f6

Browse files
sql/ydb: removed redundant test
1 parent f1ea7b8 commit 45669f6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sql/ydb/migrate_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,6 @@ func TestPlanChanges_DropTable(t *testing.T) {
269269
}
270270
}
271271

272-
func TestPlanChanges_UnsupportedChange(t *testing.T) {
273-
// Test that unsupported changes return an error
274-
_, err := DefaultPlan.PlanChanges(context.Background(), "test", []schema.Change{
275-
&schema.ModifyTable{T: schema.NewTable("users")},
276-
})
277-
require.Error(t, err)
278-
require.Contains(t, err.Error(), "unsupported change type")
279-
}
280-
281272
func TestPlanChanges_MultipleTables(t *testing.T) {
282273
changes := []schema.Change{
283274
&schema.AddTable{

0 commit comments

Comments
 (0)