Skip to content

Commit

Permalink
test: fix breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 10, 2025
1 parent 83c4c2d commit ec4ab93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ medusaIntegrationTestRunner({
entity: "Region",
primaryKey: "id",
foreignKey: "region_id",
isList: false,
isList: true,
alias: "region",
args: {
methodSuffix: "Regions",
Expand Down

0 comments on commit ec4ab93

Please sign in to comment.