Skip to content

Commit

Permalink
fix: unit test for DocumentsList
Browse files Browse the repository at this point in the history
  • Loading branch information
aum-deriv committed Sep 28, 2024
1 parent 54f5700 commit 1cbbc95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('<DocumentsList />', () => {
account={{
// @ts-expect-error - since this is a mock, we only need partial properties of the account
client_kyc_status: {
valid_tin: 1,
valid_tin: 0,
},
}}
/>
Expand Down

0 comments on commit 1cbbc95

Please sign in to comment.