Skip to content

Commit

Permalink
Update src/quo/components/wallet/amount_input/component_spec.cljs
Browse files Browse the repository at this point in the history
Co-authored-by: Siddarth Kumar <[email protected]>
  • Loading branch information
nazariifenii and siddarthkay authored Feb 1, 2024
1 parent 80e0070 commit 409fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/wallet/amount_input/component_spec.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(h/is-truthy
(oops/oget (h/get-by-label-text :amount-input-dec-button) "props" "accessibilityState" "disabled")))

(h/test "When the value = maximim inc button is disabled"
(h/test "When the value = maximum inc button is disabled"
(render [amount-input/view
{:init-value 100
:max-value 100}])
Expand Down

0 comments on commit 409fef2

Please sign in to comment.