Skip to content

Commit f69722c

Browse files
committed
chore(webapp): format the run hydrator projection test
1 parent ac5996c commit f69722c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/webapp/test/realtime/runReaderProjection.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ describe("RunHydrator.hydrateByIds column projection", () => {
5656
},
5757
} as any;
5858
const runStore = new PostgresRunStore({ prisma: replica, readOnlyPrisma: replica });
59-
return { hydrator: new RunHydrator({ readClient: replica, runStore }), getSelect: () => capturedSelect };
59+
return {
60+
hydrator: new RunHydrator({ readClient: replica, runStore }),
61+
getSelect: () => capturedSelect,
62+
};
6063
}
6164

6265
it("projects the SELECT by skipColumns", async () => {

0 commit comments

Comments
 (0)