Remove xfail mark on regression test

This commit is contained in:
Alexander Krotov
2020-08-08 00:00:00 +03:00
committed by link2xt
parent ea0aa4a93f
commit ec4d68af2b

View File

@@ -1652,7 +1652,6 @@ class TestOnlineAccount:
assert "Ephemeral timer: " not in system_message2.get_message_info()
assert chat1.get_ephemeral_timer() == 0
@pytest.mark.xfail
def test_delete_multiple_messages(self, acfactory, lp):
ac1, ac2 = acfactory.get_two_online_accounts()
chat12 = acfactory.get_accepted_chat(ac1, ac2)