diff --git a/spec/app/editor-spec.coffee b/spec/app/editor-spec.coffee index 777e7b7b3..8a67b3c4f 100644 --- a/spec/app/editor-spec.coffee +++ b/spec/app/editor-spec.coffee @@ -558,7 +558,7 @@ describe "Editor", -> rootView.attachToDom() config.set("editor.fontSize", 16 * 4) expect(editor.gutter.css('font-size')).toBe "#{16 * 4}px" - expect(editor.gutter.width()).toBe(141) + expect(editor.gutter.width()).toBe(64) it "updates lines if there are unrendered lines", -> editor.attachToDom(heightInLines: 5)