branch: elpa/beancount commit aab2a23f15ed32e56f75a88411513eea1f34a3ea Author: Daniele Nicolodi <dani...@grinta.net> Commit: Daniele Nicolodi <dani...@grinta.net>
Fix headlines fontification test Beancount specific faces is now used for outline headlines. Correc the test to expect these faces instead than the org-mode faces used before. --- beancount-tests.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beancount-tests.el b/beancount-tests.el index be9201d5ae..efab120ae8 100644 --- a/beancount-tests.el +++ b/beancount-tests.el @@ -239,9 +239,9 @@ known option nmaes." (font-lock-ensure) (buffer-string)))) (should (equal (beancount-test-face-groups fontified) - '("* A" org-level-1 - "** B" org-level-2 - "*** C" org-level-3))))) + '("* A" beancount-outline-1 + "** B" beancount-outline-2 + "*** C" beancount-outline-3))))) (ert-deftest beancount/account-currency-001 () :tags '(regress)