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/lib
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2021-10-16 17:45:22 +0300
committerlovetox <philipp@hoerist.com>2021-12-03 00:24:48 +0300
commit633b4c611575295bacf9484c481f7cb255b60cf1 (patch)
treeac38e26aa726f56ffd99cce35bb8dcde45fd7cf7 /test/lib
parent42498c14bce6a24fd265adb0bd096a6cd611bdd4 (diff)
Remove obsolete app.last_message_time
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index e2420c565..40f102d7b 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -36,7 +36,6 @@ class MockConnection(Mock, ConnectionHandlers):
app.to_be_removed[account] = []
app.nicks[account] = app.settings.get_account_setting(account, 'name')
app.block_signed_in_notifications[account] = True
- app.last_message_time[account] = {}
app.connections[account] = self