mol_wire_lib 1.0.1260 → 1.0.1262
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 +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -4046,7 +4046,7 @@ var $;
|
|
|
4046
4046
|
.hack({
|
|
4047
4047
|
'bar': (input, belt) => [input.struct('777', input.hack(belt))],
|
|
4048
4048
|
});
|
|
4049
|
-
$mol_assert_equal(res.
|
|
4049
|
+
$mol_assert_equal(res.map(String), ['foo 777 xxx\n']);
|
|
4050
4050
|
},
|
|
4051
4051
|
});
|
|
4052
4052
|
})($ || ($ = {}));
|