Skip to content

Commit

Permalink
fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jun 2, 2017
1 parent ba3b8c5 commit 2f0b7dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ dist: trusty
node_js:
- "4"
- "6"
- "7"
- "8"
addons:
postgresql: "9.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "6.0.8",
"version": "6.0.9",
"description": "Promises interface for PostgreSQL",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/entrySpec.js
Expand Up @@ -33,7 +33,7 @@ describe("Library entry function", function () {
describe("without any promise override", function () {
it("must return a valid library object", function () {
if (supportsPromise) {
var lib = header();
var lib = header({noWarnings: true});
expect(typeof(lib.pgp)).toBe('function');
} else {
expect(function () {
Expand Down

0 comments on commit 2f0b7dc

Please sign in to comment.