Philipp Hörist pushed to branch storage at gajim / gajim


Commits:
0788c482 by Philipp Hörist at 2024-04-10T22:16:13+02:00
fix: Test

- - - - -


1 changed file:

- test/database/test_methods.py


Changes:

=====================================
test/database/test_methods.py
=====================================
@@ -202,7 +202,7 @@ def test_get_days_containing_messages(self) -> None:
 
         self.assertEqual(
             days,
-            [3, 2, 1] if offset_s <= 0 else [4, 3, 2, 1],
+            [1, 2, 3] if offset_s <= 0 else [1, 2, 3, 4],
             msg=f'Localtime: {localtime}, offset: {offset_s}',
         )
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0788c482ef16a0af5f26c0fa203317358685d1d7

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0788c482ef16a0af5f26c0fa203317358685d1d7
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to