Browse Source

add "ECKey" to Key test so grepping is easier

patch-2
Ryan X. Charles 11 years ago
parent
commit
9ca869b95b
  1. 2
      test/test.Key.js

2
test/test.Key.js

@ -10,7 +10,7 @@ var Key = bitcore.Key;
var Point = bitcore.Point;
var bignum = bitcore.Bignum;
describe('Key', function() {
describe('Key (ECKey)', function() {
it('should initialize the main object', function() {
should.exist(Key);
});

Loading…
Cancel
Save