From a8e3e0b99376fdce7cd2ea4725ba25461ecca708 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Wed, 27 Aug 2014 14:37:28 -0700 Subject: [PATCH] static methods start with @ in tests --- test/test.cbc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cbc.js b/test/test.cbc.js index 2a949e6..0243359 100644 --- a/test/test.cbc.js +++ b/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);