From a7c2bbc37e8c201f673fd617c96938e3150a4a73 Mon Sep 17 00:00:00 2001 From: Amele9 Date: Mon, 3 Jul 2023 13:51:32 +0500 Subject: [PATCH] Updated tests --- tests/test_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_methods.py b/tests/test_methods.py index 1e33c92..159c4aa 100644 --- a/tests/test_methods.py +++ b/tests/test_methods.py @@ -101,7 +101,7 @@ def sending_methods(self): api.sending.sendListMessage("", "", "", []), api.sending.sendFileByUpload("", path), api.sending.sendFileByUrl("", "", ""), - # api.sending.uploadFile(""), + api.sending.uploadFile(path), api.sending.sendLocation("", 0.0, 0.0), api.sending.sendContact("", {}), api.sending.sendLink("", ""),