@@ -152,7 +152,10 @@ describe("ApiWaitpointPresenter read-through (heterogeneous legacy + new Postgre
152152 undefined ,
153153 undefined ,
154154 undefined ,
155- makeRunStore ( newClient . handle as unknown as PrismaClient , legacy . handle as unknown as PrismaClient )
155+ makeRunStore (
156+ newClient . handle as unknown as PrismaClient ,
157+ legacy . handle as unknown as PrismaClient
158+ )
156159 ) ;
157160
158161 const result = await presenter . call ( environmentArg ( environment ) , id ) ;
@@ -189,7 +192,10 @@ describe("ApiWaitpointPresenter read-through (heterogeneous legacy + new Postgre
189192 undefined ,
190193 undefined ,
191194 undefined ,
192- makeRunStore ( newClient . handle as unknown as PrismaClient , legacy . handle as unknown as PrismaClient )
195+ makeRunStore (
196+ newClient . handle as unknown as PrismaClient ,
197+ legacy . handle as unknown as PrismaClient
198+ )
193199 ) ;
194200
195201 const result = await presenter . call ( environmentArg ( environment ) , id ) ;
@@ -324,7 +330,10 @@ describe("ApiWaitpointPresenter read-through (dedicated scalar-only run-ops NEW
324330 undefined ,
325331 undefined ,
326332 undefined ,
327- makeRunStore ( newClient . handle as unknown as PrismaClient , legacy . handle as unknown as PrismaClient )
333+ makeRunStore (
334+ newClient . handle as unknown as PrismaClient ,
335+ legacy . handle as unknown as PrismaClient
336+ )
328337 ) ;
329338
330339 // Must NOT throw PrismaClientValidationError; resolves the token off the legacy side.
@@ -362,7 +371,10 @@ describe("ApiWaitpointPresenter passthrough (single-DB)", () => {
362371 prisma ,
363372 prisma ,
364373 undefined ,
365- makeRunStore ( single . handle as unknown as PrismaClient , legacy . handle as unknown as PrismaClient )
374+ makeRunStore (
375+ single . handle as unknown as PrismaClient ,
376+ legacy . handle as unknown as PrismaClient
377+ )
366378 ) ;
367379
368380 const result = await presenter . call ( environmentArg ( environment ) , id ) ;
0 commit comments