commit | 83750e6f598153a99c78a0e92896d77ca7a32a31 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Thu Jun 02 11:22:52 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Jun 02 21:38:05 2016 +0000 |
tree | 18c5bf662df2a3457d2eb8d91d8eda461ad9bf99 | |
parent | 1053c5501d4a456daee8d7976f784f5b36b4f49e [diff] |
Fixed broken mast-spec test. Change-Id: Ibb79970d0c9adf15094f13db1aa2103b427cec63
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); }) });