From 94c64e9daad6504c5117e83bcf9aafc34ea8061e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 1 Aug 2023 12:04:08 +0300 Subject: Update tests --- test/yeetube-tests.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/yeetube-tests.el b/test/yeetube-tests.el index a4b36a1..de6bc1e 100644 --- a/test/yeetube-tests.el +++ b/test/yeetube-tests.el @@ -18,9 +18,9 @@ (ert-deftest test-is-youtube? () - (should (equal (yeetube-check-if-youtube "youtube.com") t)) - (should (equal (yeetube-check-if-youtube "localhost") nil)) - (should (equal (yeetube-check-if-youtube "yewtu.be") nil))) + (should (equal (yeetube-youtube-p "youtube.com") t)) + (should (equal (yeetube-youtube-p "localhost") nil)) + (should (equal (yeetube-youtube-p "yewtu.be") nil))) (ert-deftest test-download-audio-format () (should (equal yeetube-download-audio-format nil)) -- cgit v1.2.3