Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2019-08-17 23:02:09 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-08-17 23:02:09 +0300
commit573af5cdeb817577e862a479931275aef053b367 (patch)
tree0e2898820da1164cec1231bbefd0b4a1c5f300bb /test
parent1a5395cf6f71269af9c22436a67965e2ffe970ac (diff)
Remove obsolete code
Diffstat (limited to 'test')
-rw-r--r--test/no_gui/unit/test_contacts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/no_gui/unit/test_contacts.py b/test/no_gui/unit/test_contacts.py
index 3cfaa2639..e85a43bea 100644
--- a/test/no_gui/unit/test_contacts.py
+++ b/test/no_gui/unit/test_contacts.py
@@ -99,7 +99,6 @@ class TestContacts(unittest.TestCase):
self.contacts.add_account("one")
self.contacts.add_account("two")
- self.contacts.change_account_name("two", "old")
self.contacts.remove_account("one")
self.assertEqual(["old"], self.contacts.get_accounts())