From ca195e6326aee5906d5c744054cb4908e768331b Mon Sep 17 00:00:00 2001 From: Marc Rejohn Castillano Date: Thu, 19 Feb 2026 06:50:22 +0800 Subject: [PATCH] Removed unused faker --- test/ticket_promotion_integration_test.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/ticket_promotion_integration_test.dart b/test/ticket_promotion_integration_test.dart index 75f7ffca..c70b27df 100644 --- a/test/ticket_promotion_integration_test.dart +++ b/test/ticket_promotion_integration_test.dart @@ -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',