(queries, expected)
| 526 | ], |
| 527 | ) |
| 528 | def test_need_completion_refresh(queries, expected): |
| 529 | assert need_completion_refresh(queries) is expected |
| 530 | |
| 531 | |
| 532 | def test_need_completion_refresh_ignores_queries_that_fail_to_split(monkeypatch): |
nothing calls this directly
no test coverage detected