* testing/lisp/test-ob.el: The default header arguments have added '(hlines . yes)´ in commit c67e3cda15, also add them to the test so that the two are consistent again.
@@ -99,7 +99,10 @@
(ert-deftest test-org-babel/default-inline-header-args ()
(should(equal
- '((:session . "none") (:results . "replace") (:exports . "results"))
+ '((:session . "none")
+ (:results . "replace")
+ (:exports . "results")
+ (:hlines . "yes"))
org-babel-default-inline-header-args)))
(ert-deftest ob-test/org-babel-combine-header-arg-lists ()