mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Updated tests
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user