Renames test description appropriately

This commit is contained in:
Daniel Cousens 2014-04-08 17:35:03 +10:00
parent 9f74d1396b
commit 1df5fadc6f

View file

@ -4,7 +4,7 @@ var ecdsa = require('../').ecdsa
var ecparams = sec('secp256k1')
describe('ecdsa', function() {
describe('ec', function() {
it('handles point multiplication', function() {
var G = ecparams.getG()
var n = ecparams.getN()