testing/lisp: Add missing `provide'

* testing/lisp/test-ob-sql.el (test-ob-sql):
* testing/lisp/test-ob-sqlite.el (test-ob-sqlite): Add missing provide
and use the correct file name in the comments.
This commit is contained in:
Ihor Radchenko 2022-10-13 18:30:44 +08:00
parent 08a1a91623
commit 3e86487755
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
2 changed files with 3 additions and 1 deletions

View File

@ -377,4 +377,5 @@
select * from dummy;
#+end_src"))
;;; test-ob-sqlite.el ends here
(provide 'test-ob-sql)
;;; test-ob-sql.el ends here

View File

@ -42,4 +42,5 @@
(org-babel-next-src-block)
(org-babel-execute-src-block)))))
(provide 'test-ob-sqlite)
;;; test-ob-sqlite.el ends here