Skip to content

Commit

Permalink
changed the test to adhere to the new structure of creating a repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Aug 3, 2011
1 parent 61d650a commit b75071c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/TestContactRepository.js
Expand Up @@ -9,8 +9,7 @@
* @author Jettro Coenradie * @author Jettro Coenradie
*/ */
var assert = require('assert'); var assert = require('assert');
var ContactRepository = require("../ContactRepository"); var repository = require('../ContactRepository')('localhost',8080);
var repository = ContactRepository.createRepo('localhost', 8080);


var numContacts; var numContacts;


Expand Down

0 comments on commit b75071c

Please sign in to comment.