Browse Source

Removed old option from test

sanex3339 8 years ago
parent
commit
0ee0a733e3

+ 1 - 2
test/functional-tests/custom-nodes/string-array-nodes/StringArrayCallsWrapper.spec.ts

@@ -15,8 +15,7 @@ describe('StringArrayCallsWrapper', () => {
             {
             {
                 ...NO_CUSTOM_NODES_PRESET,
                 ...NO_CUSTOM_NODES_PRESET,
                 stringArray: true,
                 stringArray: true,
-                stringArrayThreshold: 1,
-                wrapStringArrayCalls: true
+                stringArrayThreshold: 1
             }
             }
         );
         );