(value string)
| 10503 | } |
| 10504 | |
| 10505 | func decRef(value string) *decimal.Decimal { |
| 10506 | d := decimal.RequireFromString(value) |
| 10507 | return &d |
| 10508 | } |
| 10509 | |
| 10510 | func TestWatchChatDesktop(t *testing.T) { |
| 10511 | t.Parallel() |
no outgoing calls
no test coverage detected