Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amele9 committed Jul 3, 2023
1 parent 8ca8bfc commit a7c2bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("", ""),
Expand Down

0 comments on commit a7c2bbc

Please sign in to comment.