fix a typo in config_test.go

fix a typo in config_test.go
This commit is contained in:
vahid-sohrabloo 2023-12-29 00:01:03 +01:00 committed by Jack Christensen
parent 6f2ce92356
commit 44768b5a01

View File

@ -541,7 +541,7 @@ func TestParseConfig(t *testing.T) {
},
},
{
name: "multiple hosts and fallback tsl",
name: "multiple hosts and fallback tls",
connString: "user=jack password=secret host=foo,bar,baz dbname=mydb sslmode=prefer",
config: &pgconn.Config{
User: "jack",