Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loadfive committed Jun 13, 2015
1 parent 0110853 commit cbefd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/places.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var knwl = new Knwl();

//Test Places Detection
describe("places", function() {

it("should detect places formatted like 'at .' ", function() {
knwl.init("They live at Los Angeles");
var output = knwl.get("places");
Expand Down

0 comments on commit cbefd0e

Please sign in to comment.