mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 18:55:42 +00:00
Adding ticket generation and booking for staff employees logic
This commit is contained in:
@@ -95,6 +95,9 @@ describe("Stop-based booking — segment time & cutoff correctness", () => {
|
||||
asyncStub(), // passengerAuthService — never reached: no createAccount in these DTOs
|
||||
fareEngine,
|
||||
{ emit: () => true } as any, // eventEmitter
|
||||
asyncStub(), // paymentsService — never reached: these tests use createGuestBooking, not issueBookingFromReservation
|
||||
asyncStub(), // auditService
|
||||
asyncStub(), // smsClient
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user