Skip to content

Commit

Permalink
fix a typo in config_test.go
Browse files Browse the repository at this point in the history
fix a typo in config_test.go
  • Loading branch information
vahid-sohrabloo authored and jackc committed Jan 12, 2024
1 parent 6f2ce92 commit 44768b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgconn/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 44768b5

Please sign in to comment.