Fix tests names

This commit is contained in:
Daniel García Aubert 2017-07-27 16:29:36 +02:00
parent 522fc79d71
commit 9e491e7e9a
2 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@ describe('user timeout limit', function () {
});
});
describe('user vector timeout limits', function () {
describe('vector', function () {
beforeEach(function (done) {
const mapconfig = createMapConfig();
this.testClient = new TestClient(mapconfig, 1234);
@ -302,7 +302,7 @@ describe('user timeout limit', function () {
});
});
describe('user interativity timeout limits', function () {
describe('interativity', function () {
beforeEach(function (done) {
const mapconfig = createMapConfig();
this.testClient = new TestClient(mapconfig, 1234);

View File

@ -850,7 +850,7 @@ TestClient.prototype.setUserRenderTimeoutLimit = function (user, userTimeoutLimi
helper.configureMetadata('hmset', params, callback);
};
TestClient.prototype.setUserDatabaseTimeoutLimit = function (user, userTimeoutLimit, callback) {
TestClient.setUserDatabaseTimeoutLimit = function (user, userTimeoutLimit, callback) {
const dbname = _.template(global.environment.postgres_auth_user, { user_id: 1 }) + '_db';
const role = _.template(global.environment.postgres_auth_user, { user_id: 1 })