From 6bb73507be178828653320c8a7137767899ef199 Mon Sep 17 00:00:00 2001 From: lijunshi Date: Sun, 28 Apr 2024 12:32:15 +0800 Subject: [PATCH] fix:fix ci error 3 --- tests/schema_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/schema_test.go b/tests/schema_test.go index b40c81a0..bf325542 100644 --- a/tests/schema_test.go +++ b/tests/schema_test.go @@ -775,6 +775,5 @@ func TestSync2_3(t *testing.T) { assert.EqualValues(t, tables[0].GetColumn("id").SQLType.Name, tableInfo.GetColumn("id").SQLType.Name) assert.EqualValues(t, tables[0].GetColumn("id").Nullable, tableInfo.GetColumn("id").Nullable) assert.EqualValues(t, tables[0].GetColumn("id").Comment, tableInfo.GetColumn("id").Comment) - assert.EqualValues(t, tables[0].GetColumn("id").IsPrimaryKey, tableInfo.GetColumn("id").IsPrimaryKey) } \ No newline at end of file