mol_tree2 1.0.931 → 1.0.932

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
@@ -4469,7 +4469,7 @@ var $;
4469
4469
  .hack({
4470
4470
  'bar': (input, belt) => [input.struct('777', input.hack(belt))],
4471
4471
  });
4472
- $mol_assert_equal(res.toString(), 'foo 777 xxx\n');
4472
+ $mol_assert_equal(res.map(String), ['foo 777 xxx\n']);
4473
4473
  },
4474
4474
  });
4475
4475
  })($ || ($ = {}));