Skip to content

Commit 8ede7be

Browse files
authored
Fixed test (#3226)
1 parent 06667f3 commit 8ede7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/acceptance/sql_table_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestUcAccResourceSqlTable_Managed(t *testing.T) {
3232
}
3333
column {
3434
name = "name"
35-
type = "varchar(64)"
35+
type = "string"
3636
}
3737
comment = "this table is managed by terraform"
3838
}`,

0 commit comments

Comments
 (0)