Skip to content

Commit

Permalink
[tests] Add missing require for markdown-mode.
Browse files Browse the repository at this point in the history
Commit ec152cf broke the tests
because markdown-mode was never required before the tests run.
  • Loading branch information
Fuco1 committed Jun 14, 2018
1 parent 41aa6c7 commit b8fdee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/smartparens-markdown-test.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(require 'markdown-mode)
(require 'smartparens-markdown)

(ert-deftest sp-test-markdown-gfm-electric-backquote-disabled ()
Expand Down

0 comments on commit b8fdee3

Please sign in to comment.