static methods start with @ in tests
This commit is contained in:
parent
ce98b87d90
commit
a8e3e0b993
|
@ -121,7 +121,7 @@ describe('CBC', function() {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('decrypt', function() {
|
describe('@decrypt', function() {
|
||||||
|
|
||||||
it('should properly decrypt an encrypted message', function() {
|
it('should properly decrypt an encrypted message', function() {
|
||||||
var messagebuf1 = new Buffer(128 / 8);
|
var messagebuf1 = new Buffer(128 / 8);
|
||||||
|
|
Loading…
Reference in New Issue