Browse Source

static methods start with @ in tests

patch-2
Ryan X. Charles 11 years ago
parent
commit
a8e3e0b993
  1. 2
      test/test.cbc.js

2
test/test.cbc.js

@ -121,7 +121,7 @@ describe('CBC', function() {
});
describe('decrypt', function() {
describe('@decrypt', function() {
it('should properly decrypt an encrypted message', function() {
var messagebuf1 = new Buffer(128 / 8);

Loading…
Cancel
Save