Skip to content

Commit ae29620

Browse files
Eldinnietsnoam
authored andcommitted
Remove duplicate test (python-telegram-bot#748)
1 parent 8d1d38c commit ae29620

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_location.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,6 @@ def test_location_to_dict(self):
7979
self.assertEqual(location['latitude'], self.latitude)
8080
self.assertEqual(location['longitude'], self.longitude)
8181

82-
def test_error_send_location_empty_args(self):
83-
json_dict = self.json_dict
84-
85-
json_dict['latitude'] = ''
86-
json_dict['longitude'] = ''
87-
88-
with self.assertRaises(TypeError):
89-
self._bot.sendLocation(chat_id=self._chat_id, **json_dict)
90-
9182
def test_error_location_without_required_args(self):
9283
json_dict = self.json_dict
9384

0 commit comments

Comments
 (0)