fix a typo in config_test.go

fix a typo in config_test.go
pull/1875/head
vahid-sohrabloo 2023-12-29 00:01:03 +01:00 committed by Jack Christensen
parent 6f2ce92356
commit 44768b5a01
1 changed files with 1 additions and 1 deletions

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",