tests: add unittest.main() call
This commit is contained in:
@@ -137,3 +137,7 @@ class TestFunctionCallUserMuteStrategy(unittest.IsolatedAsyncioTestCase):
|
||||
)
|
||||
)
|
||||
self.assertFalse(await strategy.process_frame(InterruptionFrame()))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user