Skip to content

Commit

Permalink
fix newColumns Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
case-k-git committed Jun 3, 2024
1 parent 9d0ef1d commit c26ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/resource_sql_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ func TestResourceSqlTableUpdateTable_ColumnsTypeUpperLowerCaseThrowsError(t *tes
{
Name: "one",
Type: "STRING", // Upper Case.
Comment: "old comment",
Comment: "new comment",
Nullable: true,
},
},
Expand Down

0 comments on commit c26ba60

Please sign in to comment.