diff --git a/test/test.Key.js b/test/test.Key.js index ca2a890..29e1e9b 100644 --- a/test/test.Key.js +++ b/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); });