Skip to content

Commit cf31d40

Browse files
author
Loay Gewily
committed
Revert db name
1 parent 114b967 commit cf31d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/postgresql.discover.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var db;
1414

1515
before(function() {
1616
var config = getDBConfig();
17-
config.database = 'postgres';
17+
config.database = 'strongloop';
1818
db = new DataSource(require('../'), config);
1919
});
2020

0 commit comments

Comments
 (0)