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


Commits:
e6e5985f by Philipp Hörist at 2023-08-14T16:35:30+02:00
Fix tests

- - - - -


3 changed files:

- test/database/test_call.py
- test/database/test_filetransfers.py
- test/database/test_foreign_keys.py


Changes:

=====================================
test/database/test_call.py
=====================================
@@ -49,6 +49,7 @@ def test_call_insert(self) -> None:
             timestamp=time.time(),
             state=MessageState.ACKNOWLEDGED,
             resource='someres1',
+            message_id='1',
             message='message',
         )
 


=====================================
test/database/test_filetransfers.py
=====================================
@@ -42,6 +42,7 @@ def test_insert(self) -> None:
             timestamp=time.time(),
             state=MessageState.ACKNOWLEDGED,
             resource='someres1',
+            message_id='1',
             message='message',
         )
 


=====================================
test/database/test_foreign_keys.py
=====================================
@@ -61,6 +61,7 @@ def test_message_delete_cascade(self) -> None:
             timestamp=time.time(),
             state=MessageState.ACKNOWLEDGED,
             resource='someres1',
+            message_id='1',
             message='message',
         )
 



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e6e5985f260b9c9a4626571661ebb9206927a32c
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