Skip to content

Commit ad2330d

Browse files
authored
Update README.md
1 parent 4d9b05e commit ad2330d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ func TestDatabase(t *testing.T) {
8888
// Get a connection pool to a test database.
8989

9090
/*
91-
If the environment variable TESTDOCK_DSN_POSTGRES is set, then the input
91+
If the environment variable TESTDOCK_DSN_PGX is set, then the input
9292
connection string is ignored and the value from the environment variable
93-
is used. If the environment variable TESTDOCK_DSN_POSTGRES is not set,
93+
is used. If the environment variable TESTDOCK_DSN_PGX is not set,
9494
then the input connection string is used to generate the Docker container
9595
configuration.
9696
*/

0 commit comments

Comments
 (0)