mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
fix upbat test to match new results using display value again
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ describe('Uploader Battery', function ( ) {
|
||||
|
||||
upbat.alexa.intentHandlers[0].intentHandler(function next(title, response) {
|
||||
title.should.equal('Uploader battery');
|
||||
response.should.equal('Your uploader battery is at 25%');
|
||||
response.should.equal('Your uploader battery is at 20%');
|
||||
|
||||
done();
|
||||
}, [], sbx);
|
||||
|
||||
Reference in New Issue
Block a user