Removed unused faker

This commit is contained in:
Marc Rejohn Castillano 2026-02-19 06:50:22 +08:00
parent 9eb508acf7
commit ca195e6326

View File

@ -120,12 +120,6 @@ class _FakeQuery {
}
}
// Minimal adapter used by controllers in production; this mirrors the small
// subset of API used by TicketsController/TasksController in tests.
extension FakeClientAdapter on _FakeClient {
_FakeQuery from(String table) => _FakeQuery(this, table);
}
void main() {
test(
'ticket promotion creates task and auto-assigns late-comer',