mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
fix loop test to expect evBG in the pill value
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ describe('loop', function ( ) {
|
||||
, pluginBase: {
|
||||
updatePillText: function mockedUpdatePillText (plugin, options) {
|
||||
options.label.should.equal('Loop ⌁');
|
||||
options.value.should.equal('1m ago');
|
||||
options.value.should.equal('1m ago ↝ 147');
|
||||
var first = _.first(options.info);
|
||||
first.label.should.equal('1m ago');
|
||||
first.value.should.equal('<b>Temp Basal Started</b> 0.88U/hour for 30m, IOB: 0.17U, Predicted Min-Max BG: 147-149, Eventual BG: 147');
|
||||
|
||||
Reference in New Issue
Block a user