()
| 425 | |
| 426 | @pytest.fixture(scope="module") |
| 427 | def chat_boost_removed(): |
| 428 | return ChatBoostRemoved( |
| 429 | chat=ChatBoostDefaults.chat, |
| 430 | boost_id=ChatBoostDefaults.boost_id, |
| 431 | remove_date=ChatBoostDefaults.date, |
| 432 | source=ChatBoostDefaults.default_source, |
| 433 | ) |
| 434 | |
| 435 | |
| 436 | class TestChatBoostRemovedWithoutRequest(ChatBoostDefaults): |
nothing calls this directly
no test coverage detected
searching dependent graphs…