mol_wire_lib 1.0.1673 → 1.0.1674

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
@@ -4110,7 +4110,7 @@ var $;
4110
4110
  finally {
4111
4111
  $.$mol_fail = fail;
4112
4112
  }
4113
- $mol_fail(new Error('Not failed'));
4113
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
4114
4114
  }
4115
4115
  $.$mol_assert_fail = $mol_assert_fail;
4116
4116
  function $mol_assert_like(...args) {