commit | 0f8d7e91e48e29f281faf845bd94255c3326bb7e | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Thu Jun 02 11:22:52 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Mon Jun 20 16:31:41 2016 -0700 |
tree | b12cd5317105b02187f859b92feec8eeea10fa8d | |
parent | f3fd4ed544315d2f3d5dc8154bf05f1521c95ff1 [diff] |
Fixed broken mast-spec test. Change-Id: Ibb79970d0c9adf15094f13db1aa2103b427cec63 (cherry picked from commit 83750e6)
diff --git a/web/gui/src/main/webapp/tests/app/fw/mast/mast-spec.js b/web/gui/src/main/webapp/tests/app/fw/mast/mast-spec.js index 0178d8a..6883b6a 100644 --- a/web/gui/src/main/webapp/tests/app/fw/mast/mast-spec.js +++ b/web/gui/src/main/webapp/tests/app/fw/mast/mast-spec.js
@@ -33,7 +33,7 @@ fs = FnService; })); - it('should declare height to be 36', function () { - expect(ms.mastHeight()).toBe(36); + it('should declare height to be 48', function () { + expect(ms.mastHeight()).toBe(48); }) });