Fix test config

This commit is contained in:
Timothy Warren 2016-03-11 11:02:06 -05:00
parent 5ecd9d523a
commit 74c28a112b
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
},
"pg": {
"driver": "pg",
"conn": "postgres://postgres@localhost/test"
"connection": "postgres://postgres@localhost/test"
},
"pg-object": {
"driver": "pg",
@ -23,6 +23,6 @@
},
"dblite": {
"driver": "sqlite",
"conn": ":memory:"
"connection": ":memory:"
}
}