static methods start with @ in tests

This commit is contained in:
Ryan X. Charles 2014-08-27 14:37:28 -07:00
parent ce98b87d90
commit a8e3e0b993
1 changed files with 1 additions and 1 deletions

View File

@ -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);