Simon Hunt
Committed by Gerrit Code Review

Fixed broken mast-spec test.

Change-Id: Ibb79970d0c9adf15094f13db1aa2103b427cec63
......@@ -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);
})
});
......