Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pachonjcl committed Feb 28, 2025
1 parent 672fd08 commit 641aa26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/common/src/lib/policies/site.policy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe("SitePolicy", () => {
const p3 = await ProjectFactory.create();
const p4 = await ProjectFactory.create();

await ProjectUserFactory.create({ userId: user.id, projectId: p1.id });
await ProjectUserFactory.create({ userId: user.id, projectId: p3.id });
await ProjectUserFactory.create({ userId: user.id, projectId: p4.id, isMonitoring: false, isManaging: true });

Expand Down

0 comments on commit 641aa26

Please sign in to comment.