Skip to content

Commit

Permalink
(chore) fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
thehighestprimenumber committed Sep 6, 2024
1 parent 27ba6d6 commit 0c12602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/api/activity_value.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ describe("Activity Value API", () => {
});

await db.models.ActivityValue.destroy({
where: { id: createdActivityValue2.id },
where: { id: createdActivityValue2?.id },
});

await db.models.Sector.destroy({
Expand Down

0 comments on commit 0c12602

Please sign in to comment.