mol_compare_deep 0.0.1201 → 0.0.1202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.test.js CHANGED
@@ -2169,7 +2169,7 @@ var $;
2169
2169
  return $mol_promise_like(this.cache);
2170
2170
  }
2171
2171
  field() {
2172
- return this.task.name + '<>';
2172
+ return this.task.name + '()';
2173
2173
  }
2174
2174
  constructor(id, task, host, args) {
2175
2175
  super();