(chat_boost)
| 356 | |
| 357 | @pytest.fixture(scope="module") |
| 358 | def chat_boost_updated(chat_boost): |
| 359 | return ChatBoostUpdated( |
| 360 | chat=ChatBoostDefaults.chat, |
| 361 | boost=chat_boost, |
| 362 | ) |
| 363 | |
| 364 | |
| 365 | class TestChatBoostUpdatedWithoutRequest(ChatBoostDefaults): |
nothing calls this directly
no test coverage detected
searching dependent graphs…