Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into adding-coverage
Browse files Browse the repository at this point in the history
# Conflicts:
#	.travis.yml
  • Loading branch information
rimiti committed Sep 5, 2018
2 parents 8fc0860 + 5ec0b46 commit 0a3ad28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- 6
- 8
- 9
- 10

before_install:
- npm install -g coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -117,7 +117,7 @@ describe('POST /user', function() {
.set('Accept', 'application/json')
.expect(function(res) {
res.body.id = 'some fixed id';
res.body.name = res.body.name.toUpperCase();
res.body.name = res.body.name.toLowerCase();
})
.expect(200, {
id: 'some fixed id',
Expand Down

0 comments on commit 0a3ad28

Please sign in to comment.