Skip to content

Commit cba1d92

Browse files
committed
updates
1 parent 2efa8db commit cba1d92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/quo2/components/list_items/token_value/component_spec.cljs

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(h/is-truthy (h/get-by-text "Status")))
2020

2121
(h/test "Pressed state"
22-
(h/render [token-value/view
22+
(h/render [token-value/view
2323
{:token :snt
2424
:state :pressed
2525
:status :empty
@@ -29,8 +29,8 @@
2929
:fiat-value "€0.00"
3030
:percentage-change "0.00"
3131
:fiat-change "€0.00"}}])
32-
(h/has-style (h/get-by-label-text :container)
33-
{:backgroundColor (colors/custom-color-by-theme :blue 50 50 5 5)}))
32+
(h/has-style (h/get-by-label-text :container)
33+
{:backgroundColor (colors/custom-color-by-theme :blue 50 50 5 5)}))
3434

3535
(h/test "Active state"
3636
(h/render [token-value/view

0 commit comments

Comments
 (0)