Fix README typo
This commit is contained in:
@@ -106,7 +106,7 @@ Connect to database pgx_test and run:
|
|||||||
|
|
||||||
Run the tests with environment variable PGX_TEST_DATABASE set to your test database.
|
Run the tests with environment variable PGX_TEST_DATABASE set to your test database.
|
||||||
|
|
||||||
PGX_TEXT_DATABASE="host=/var/run/postgresql database=pgx_test" go test ./...
|
PGX_TEST_DATABASE="host=/var/run/postgresql database=pgx_test" go test ./...
|
||||||
|
|
||||||
### Connection and Authentication Test Environment
|
### Connection and Authentication Test Environment
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user