Removed unused faker
This commit is contained in:
parent
9eb508acf7
commit
ca195e6326
|
|
@ -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() {
|
void main() {
|
||||||
test(
|
test(
|
||||||
'ticket promotion creates task and auto-assigns late-comer',
|
'ticket promotion creates task and auto-assigns late-comer',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user