Skip to content

Commit

Permalink
fix: use new stageId input
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Feb 25, 2025
1 parent 13c5013 commit 3623f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/server/pub.sort.db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe("getPubsWithRelatedValuesAndChildren", () => {
getPubsWithRelatedValuesAndChildren(
{
communityId: community.id,
stageId: stages["Stage 1"].id,
stageId: [stages["Stage 1"].id],
},
{
limit: 5,
Expand All @@ -131,7 +131,7 @@ describe("getPubsWithRelatedValuesAndChildren", () => {
getPubsWithRelatedValuesAndChildren(
{
communityId: community.id,
stageId: stages["Stage 2"].id,
stageId: [stages["Stage 2"].id],
},
{
limit: 5,
Expand Down

0 comments on commit 3623f04

Please sign in to comment.