()
| 47 | |
| 48 | |
| 49 | def chat_boost(): |
| 50 | return ChatBoost( |
| 51 | "1", |
| 52 | from_timestamp(int(time.time())), |
| 53 | from_timestamp(int(time.time())), |
| 54 | ChatBoostSourcePremium( |
| 55 | User(1, "first_name", False), |
| 56 | ), |
| 57 | ) |
| 58 | |
| 59 | |
| 60 | @pytest.fixture(scope="module") |
no test coverage detected
searching dependent graphs…