diff options
author | Thanos Apollo <[email protected]> | 2023-08-01 12:04:08 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-01 12:04:08 +0300 |
commit | 94c64e9daad6504c5117e83bcf9aafc34ea8061e (patch) | |
tree | d3bcaa8acbe3eb1840796d646234218dec84eeeb /test | |
parent | f17958645cb9ea2ac76142e3da3194a9cef139bf (diff) |
Update tests
Diffstat (limited to 'test')
-rw-r--r-- | test/yeetube-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
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)) |