Skip to content

Commit

Permalink
chore: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStefan committed Dec 13, 2024
1 parent 661ea4c commit af3048d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ describe('Order unstake and claim using CLI', () => {
)
expect(tickets.size).toBe(1)
const startTime = Date.now()
let ticket: [PublicKey, TicketAccount] = tickets.entries().next().value
let ticket: [PublicKey, TicketAccount, undefined] = tickets
.entries()
.next().value
while (
!ticket[1].ticketDueDate ||
isNaN(ticket[1].ticketDueDate.getTime())
Expand Down

0 comments on commit af3048d

Please sign in to comment.