We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa6e93 commit 4284a09Copy full SHA for 4284a09
components/server/src/orgs/organization-service.spec.ts
@@ -78,7 +78,7 @@ describe("OrganizationService", async () => {
78
} as any as InstallationService);
79
container.bind(StripeService).toConstantValue({} as any as StripeService);
80
container.bind(UsageService).toConstantValue({} as any as UsageService);
81
- container.bind(UserAuthentication).toSelf().inSingletonScope();
+ container.bind(UserAuthentication).toConstantValue({} as any as UserAuthentication);
82
os = container.get(OrganizationService);
83
});
84
0 commit comments