From 9ca869b95b226af00100c046726f65d730c1960f Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sat, 5 Jul 2014 16:08:12 -0700 Subject: [PATCH] add "ECKey" to Key test so grepping is easier --- test/test.Key.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });