From 81e5d2b5dbf6788c87d7ec88f891e08f0d3a9992 Mon Sep 17 00:00:00 2001 From: weirman <1084082654@qq.com> Date: Tue, 27 Jul 2021 15:41:13 +0800 Subject: [PATCH] Update test.py --- tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index 5a86ee8f..0da5b784 100644 --- a/tests/test.py +++ b/tests/test.py @@ -54,7 +54,7 @@ class YouGetTests(unittest.TestCase): # tiktok.download('https://www.tiktok.com/@nmb48_official/video/6850796940293164290', info_only=True) # tiktok.download('https://t.tiktok.com/i18n/share/video/6850796940293164290/', info_only=True) # tiktok.download('https://vt.tiktok.com/UGJR4R/', info_only=True) - + ## if __name__ == '__main__': unittest.main()