Skip to content

Commit

Permalink
test for dbname property
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld authored and jmcarp committed Jan 15, 2017
1 parent abda9e3 commit 049db55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/credentials_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestCredentialsFromJSON(t *testing.T) {
`{
"host_name": "host.com",
"port": 5432,
"name": "name",
"dbname": "name",
"user_name": "user",
"password": "pass"
}`,
Expand Down

0 comments on commit 049db55

Please sign in to comment.