Committed by
Gerrit Code Review
Fixed broken mast-spec test.
Change-Id: Ibb79970d0c9adf15094f13db1aa2103b427cec63
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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 | }); | ... | ... |
-
Please register or login to post a comment