diff --git a/test/nodes/core/function/15-change_spec.js b/test/nodes/core/function/15-change_spec.js index 1815470fa..bfdb493c4 100644 --- a/test/nodes/core/function/15-change_spec.js +++ b/test/nodes/core/function/15-change_spec.js @@ -1011,7 +1011,7 @@ describe('change Node', function() { }); }); - it.only('changes the value of the message property based on a regex', function(done) { + it('changes the value of the message property based on a regex', function(done) { const flow = [ {"id":"changeNode1","type":"change",rules:[ { "t": "change", "p": "payload.a", "pt": "msg", "from": "\\d+", "fromt": "re", "to": "NUMBER", "tot": "str" },