From 3d17435438c0d1c5e8c7647a0218b7e0718adc79 Mon Sep 17 00:00:00 2001 From: David Hudson Date: Tue, 20 Sep 2016 17:42:34 +0900 Subject: [PATCH] [Test] Update spec to use SOC percentage --- .../features/timeline/test/capabilities/GraphCapabilitySpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/timeline/test/capabilities/GraphCapabilitySpec.js b/platform/features/timeline/test/capabilities/GraphCapabilitySpec.js index e36724dbcb..e2ccd376e2 100644 --- a/platform/features/timeline/test/capabilities/GraphCapabilitySpec.js +++ b/platform/features/timeline/test/capabilities/GraphCapabilitySpec.js @@ -101,7 +101,7 @@ define( it("provides a battery graph for timelines with capacity", function () { var mockCallback = jasmine.createSpy('callback'); testModel.capacity = 1000; - testModel.startingSOC = 1000; + testModel.startingSOC = 100; testModel.type = "timeline"; mockDomainObject.useCapability.andReturn(asPromise([ { key: "power", start: 0, end: 15 }