Skip to content

Commit

Permalink
fix delegator test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed Jul 5, 2024
1 parent 602b8ef commit 3d90ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/test/delegator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('CLI Delegator', function () {
organizationId: Number(organization.id)
})
expect(reporter.address).toBe(reporterAddress)
expect(reporter.organizationId).toBe(organization.id)
expect(Number(reporter.organizationId)).toBe(Number(organization.id))

// Insert Contract
const contract = await contractInsertHandler()({ address: contractAddress })
Expand Down

0 comments on commit 3d90ef7

Please sign in to comment.