change function name

This commit is contained in:
bing.ma 2025-06-16 15:46:21 +08:00
parent edc4df98d7
commit 89aa80ca3b

View File

@ -252,7 +252,7 @@ func TestPostgresTableWithIdentifierLength(t *testing.T) {
})
}
func TestPostgresTableWithIdentifierLengthGaussDB(t *testing.T) {
func TestGaussDBTableWithIdentifierLength(t *testing.T) {
if DB.Dialector.Name() != "gaussdb" {
return
}