Simon Hunt
Committed by Brian O'Connor

Fixed broken mast-spec test.

Change-Id: Ibb79970d0c9adf15094f13db1aa2103b427cec63
(cherry picked from commit 83750e6f)
...@@ -33,7 +33,7 @@ describe('Controller: MastCtrl', function () { ...@@ -33,7 +33,7 @@ describe('Controller: MastCtrl', function () {
33 fs = FnService; 33 fs = FnService;
34 })); 34 }));
35 35
36 - it('should declare height to be 36', function () { 36 + it('should declare height to be 48', function () {
37 - expect(ms.mastHeight()).toBe(36); 37 + expect(ms.mastHeight()).toBe(48);
38 }) 38 })
39 }); 39 });
......