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 () {
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);
})
});
......