Skip to content

Commit

Permalink
Revert "test: Update test messages"
Browse files Browse the repository at this point in the history
This reverts commit f2c9a0a.

Closes n-riesco#41
  • Loading branch information
n-riesco committed Sep 26, 2015
1 parent 55d1496 commit a465bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/messages_v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"msg_type": "pyerr"
},
"content": {
"ename": "Error"
"ename": "Error",
"evalue": "Hello, World!"
}
}
}]
Expand Down
4 changes: 3 additions & 1 deletion test/messages_v5.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"msg_type": "error"
},
"content": {
"ename": "Error"
"ename": "Error",
"evalue": "Hello, World!"
}
}
}]
Expand Down Expand Up @@ -1013,6 +1014,7 @@
},
"content": {
"ename": "ReferenceError",
"evalue": "util is not defined",
"status": "error"
}
}
Expand Down

0 comments on commit a465bfb

Please sign in to comment.