Skip to content

Commit

Permalink
chore: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 16, 2024
1 parent 2a6541e commit 3e7364c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ async function setupTests() {
number: 3,
labels: [
{
name: PRIORITY_ONE,
name: PRIORITY_ONE.name,
},
],
body: "Third issue body",
Expand Down Expand Up @@ -425,7 +425,7 @@ async function setupTests() {
name: "Time: 1h",
},
{
name: PRIORITY_ONE,
name: PRIORITY_ONE.name,
},
],
});
Expand Down

0 comments on commit 3e7364c

Please sign in to comment.