Skip to content

Commit

Permalink
Update unexpected to 10.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 23, 2015
1 parent 6a541ba commit f09241e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ expected magic-pen-6-colours.jpg (image/jpeg) to have metadata satisfying
'Channel Depths': {
Red: '8 bits',
Green: '8 bits',
Blue: '8 bits',
Gray: undefined // should equal '8 bits'
Blue: '8 bits'
// missing Gray: '8 bits'
},
'Channel Statistics': {
Red: {
Expand Down
4 changes: 2 additions & 2 deletions documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ expected magic-pen-6-colours.jpg (image/jpeg) to have metadata satisfying
'Channel Depths': {
Red: '8 bits',
Green: '8 bits',
Blue: '8 bits',
Gray: undefined // should equal '8 bits'
Blue: '8 bits'
// missing Gray: '8 bits'
},
'Channel Statistics': {
Red: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jshint": "2.6.3",
"magicpen": "4.11.0",
"mocha": "2.2.5",
"unexpected": "10.0.0",
"unexpected": "10.3.1",
"unexpected-documentation-site-generator": "3.1.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions test/documentation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ describe("documentation tests", function () {
" 'Channel Depths': {\n" +
" Red: '8 bits',\n" +
" Green: '8 bits',\n" +
" Blue: '8 bits',\n" +
" Gray: undefined // should equal '8 bits'\n" +
" Blue: '8 bits'\n" +
" // missing Gray: '8 bits'\n" +
" },\n" +
" 'Channel Statistics': {\n" +
" Red: {\n" +
Expand Down Expand Up @@ -178,8 +178,8 @@ describe("documentation tests", function () {
" 'Channel Depths': {\n" +
" Red: '8 bits',\n" +
" Green: '8 bits',\n" +
" Blue: '8 bits',\n" +
" Gray: undefined // should equal '8 bits'\n" +
" Blue: '8 bits'\n" +
" // missing Gray: '8 bits'\n" +
" },\n" +
" 'Channel Statistics': {\n" +
" Red: {\n" +
Expand Down

0 comments on commit f09241e

Please sign in to comment.