Skip to content

Commit 4284a09

Browse files
committed
fix tests for real
1 parent 2fa6e93 commit 4284a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/orgs/organization-service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe("OrganizationService", async () => {
7878
} as any as InstallationService);
7979
container.bind(StripeService).toConstantValue({} as any as StripeService);
8080
container.bind(UsageService).toConstantValue({} as any as UsageService);
81-
container.bind(UserAuthentication).toSelf().inSingletonScope();
81+
container.bind(UserAuthentication).toConstantValue({} as any as UserAuthentication);
8282
os = container.get(OrganizationService);
8383
});
8484

0 commit comments

Comments
 (0)