diff --git a/test/point.js b/test/point.js index fe6b644..6c9c818 100644 --- a/test/point.js +++ b/test/point.js @@ -84,7 +84,7 @@ describe('Point', function() { }); - describe('#fromX', function() { + describe('@fromX', function() { it('should return g', function() { var g = point.getG();