Skip to content

Commit 7c3c3b5

Browse files
committed
signing wip
1 parent 9ce6449 commit 7c3c3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('NodeRSA', function(){
182182
var sign = dataBundle[i];
183183
var signature = null;
184184

185-
it('should signed '+i, function(){
185+
it('should sign '+i, function(){
186186
signature = nodeRSA.sign(sign, 'hex');
187187
console.log(signature)
188188
});

0 commit comments

Comments
 (0)