Skip to content

Commit

Permalink
testing breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaeamsavino committed Oct 1, 2018
1 parent 0b481e6 commit 88042f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nodule.test.js
Expand Up @@ -24,7 +24,7 @@ describe('demoApp/nodulejs test suite', function(){
request(app)
.get('/')
.end(function(err, res){
assert(res.text.indexOf('<h1>HOME PAGE') > -1, 'res.text='+res.text);
assert(res.text.indexOf('<h1>HOME PAGE22') > -1, 'res.text='+res.text);
done();
});
});
Expand Down

0 comments on commit 88042f3

Please sign in to comment.