mol_text_distance 0.0.1112 → 0.0.1113

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
@@ -1145,7 +1145,7 @@ var $;
1145
1145
  return $mol_promise_like(this.cache);
1146
1146
  }
1147
1147
  field() {
1148
- return this.task.name + '<>';
1148
+ return this.task.name + '()';
1149
1149
  }
1150
1150
  constructor(id, task, host, args) {
1151
1151
  super();