Skip to content

Commit

Permalink
Fixed missing directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
karbassi committed Jul 16, 2014
1 parent 264162b commit 4eec31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/population/population-across-three-collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var ObjectId = mongoose.Types.ObjectId;
* Connect to the db
*/

var dbname = 'testing_populateAdInfinitum_' + require('../lib/utils').random()
var dbname = 'testing_populateAdInfinitum_' + require('../../lib/utils').random()
mongoose.connect('localhost', dbname);
mongoose.connection.on('error', function() {
console.error('connection error', arguments);
Expand Down

0 comments on commit 4eec31f

Please sign in to comment.