Merge pull request #3 from usernameisnull/use-github-action

change function name
This commit is contained in:
moseszane168 2025-06-18 15:12:58 +08:00 committed by GitHub
commit 5a562fb1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}