Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Oct 7, 2018
1 parent 5264e20 commit befcd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msg-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const intern = (module.exports.intern = {
var msg = Object.assign(
{},
params,
Jsonic(spec.pattern),
spec.pattern ? Jsonic(spec.pattern) : {},
Jsonic(call.pattern)
)
var msgstr = Jsonic.stringify(msg)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seneca-msg-test",
"version": "0.3.0",
"version": "0.4.0",
"description": "Structured testing of seneca plugin messages.",
"main": "msg-test.js",
"scripts": {
Expand Down

0 comments on commit befcd76

Please sign in to comment.