Updated tests

This commit is contained in:
inventor96
2019-09-16 15:56:26 -06:00
parent ddd8f63cbd
commit d3346fe3dd
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -109,11 +109,11 @@ describe('Uploader Battery', function ( ) {
upbat.virtAsst.intentHandlers.length.should.equal(2);
upbat.virtAsst.intentHandlers[0].intentHandler(function next(title, response) {
title.should.equal('Uploader battery');
title.should.equal('Uploader Battery');
response.should.equal('Your uploader battery is at 20%');
upbat.virtAsst.intentHandlers[1].intentHandler(function next(title, response) {
title.should.equal('Uploader battery');
title.should.equal('Uploader Battery');
response.should.equal('Your uploader battery is at 20%');
done();