Skip to content

Commit

Permalink
fixed unit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bishop authored and Simon Bishop committed Sep 15, 2016
1 parent 6f8ae1e commit e9e703e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e1_pubsub_middleware_unit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe('d8_session_management', function () {
describe('e1_pubsub_middleware_unit', function () {

require('benchmarket').start();
after(require('benchmarket').store());
Expand Down Expand Up @@ -168,7 +168,7 @@ describe('d8_session_management', function () {

var Crypto = require('happn-util-crypto');
var crypto = new Crypto();

var SECRET = "TEST_SECRET";

var packet = {
Expand Down

0 comments on commit e9e703e

Please sign in to comment.