Skip to content

Commit

Permalink
Fix tests; we don't use tab-width for indent level anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Sep 24, 2019
1 parent 16a52eb commit cc125c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Finally, the indented text in the buffer will be compared with AFTER."
(plantuml-mode)
;; use 2 spaces instead of one tab for indentation
(setq indent-tabs-mode nil)
(setq tab-width 2)
(setq plantuml-indent-level 2)

(indent-region (point-min) (point-max))
(should (equal (buffer-string) after))))
Expand Down

0 comments on commit cc125c9

Please sign in to comment.