forgotten 'only'

This commit is contained in:
Simon Martín 2018-04-24 15:51:40 +02:00
parent 00273bc760
commit 4f6d4322f6

View File

@ -71,7 +71,7 @@ const fakeAffectedTablesTopologyKO = [
describe.only('pg entities access validator with validatePGEntitiesAccess enabled', function () {
describe('pg entities access validator with validatePGEntitiesAccess enabled', function () {
before(function() {
global.validatePGEntitiesAccess = true;
});