Renames test description appropriately
This commit is contained in:
parent
9f74d1396b
commit
1df5fadc6f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue