diff --git a/package.json b/package.json index 351a49b..65c6f65 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test-watch": "nodemon --exec 'npm test'", "coverage": "nyc report --reporter=text-lcov | coveralls", "purge-db": "echo 'DROP DATABASE IF EXISTS recipebook;' | psql -U postgres && echo 'CREATE DATABASE recipebook;' | psql -U postgres", - "setup-testdb": "echo 'DROP DATABASE IF EXISTS recipebook-test;' | psql -U postgres && echo 'CREATE DATABASE recipebook-test;' | psql -U postgres" + "setup-testdb": "echo 'DROP DATABASE IF EXISTS recipebook_test;' | psql -U postgres && echo 'CREATE DATABASE recipebook_test;' | psql -U postgres" }, "keywords": [ "node-postgres"