Skip to content

Commit

Permalink
fix exit with error code and duplicate tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic16x committed Feb 11, 2016
1 parent ce59a7b commit 5444e4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DGRuler/test/RulerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ describe('DG.Ruler', function () {

ruler.setLatLngs(originalLatLngs);
ruler.addLatLng(a);
//expect(a).to.eql(b);
expect(false).to.be(true);
expect(a).to.eql(b);
});
it("adds the given latlng to ruler", function () {
ruler.setLatLngs(originalLatLngs);
Expand Down

0 comments on commit 5444e4f

Please sign in to comment.