From 12e3c9988df0b3e9023ed58bcad3b77bf43b82af Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 6 Dec 2020 18:58:06 +0100 Subject: itests: fix muc test name --- itests/test_muc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'itests') diff --git a/itests/test_muc.py b/itests/test_muc.py index 3dc91955..91073863 100644 --- a/itests/test_muc.py +++ b/itests/test_muc.py @@ -7,7 +7,7 @@ from slixmpp.test.integration import SlixIntegration UNIQUE = uuid4().hex -class TestConnect(SlixIntegration): +class TestMUC(SlixIntegration): async def asyncSetUp(self): self.mucserver = self.envjid('CI_MUC_SERVER') @@ -75,4 +75,4 @@ class TestConnect(SlixIntegration): ) -suite = unittest.TestLoader().loadTestsFromTestCase(TestConnect) +suite = unittest.TestLoader().loadTestsFromTestCase(TestMUC) -- cgit v1.2.3