Skip to content

Commit

Permalink
Fix tests after Yosefy's MR
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinar committed Jun 5, 2018
1 parent 61f310e commit 51e6ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestEnvironmentDSN(t *testing.T) {
},
{
driver: "postgresql",
output: "user=user password=password host=host port=42 dbname=database sslmode=disable",
output: "host=host port=42 user=user password=password dbname=database sslmode=disable",
},
{
driver: "sqlite",
Expand Down

0 comments on commit 51e6ea4

Please sign in to comment.