Skip to content
Snippets Groups Projects
Verified Commit f9fa25d9 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed unittests/test_message.py

parent 5c9b3379
No related branches found
No related tags found
1 merge request!102MAINT: refactor _Messages class
Pipeline #38414 failed
......@@ -116,6 +116,7 @@ def test_deepcopy_clear_server():
assert len(copied_msgs) == 1
assert copied_msgs[0].code == msg.code
def test_list_behavior():
msgs = db.common.models.Messages()
msgs.append(db.Message("test"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment