Skip to content
Prev Previous commit
Next Next commit
Update test.js
  • Loading branch information
buildsample committed Jan 5, 2015
commit 3b83ecdff4d6e0f6869488659f53ff26376162f9
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("Persistence", function () {
var response = res.body;
expect(response.created).to.equal(false);
response = response.returnObj;
response.should.have.property("name", "dobie");
response.should.have.property("name", "doobie");
done();
});
});
Expand Down