1
0
mirror of synced 2025-12-20 10:24:15 -05:00
Files
terraform-google-sql/test/example_cloud_sql_postgres_test.go
2019-02-06 16:39:41 +02:00

14 lines
168 B
Go

package test
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestCloudSQLPostgres(t *testing.T) {
t.Parallel()
assert.Equal(t, "5432", "5432")
}