(slave_channel)
| 33 | |
| 34 | |
| 35 | def test_verify_valid_chat(slave_channel): |
| 36 | chat = PrivateChat( |
| 37 | channel=slave_channel, |
| 38 | uid="00001", |
| 39 | name="Chat", |
| 40 | alias="chaT" |
| 41 | ) |
| 42 | chat.verify() |
| 43 | |
| 44 | |
| 45 | def test_verify_valid_chat_middleware(middleware): |
nothing calls this directly
no test coverage detected