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);
     })
 });