Skip to content

Commit

Permalink
text-component-test.sk - disable color test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Dec 27, 2024
1 parent 577d93d commit b6c1385
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/scripts/general/text-component-test.sk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ test "SkBee - text component test":

# Component formats
set color format of {_t} to red
assert color format of {_t} = red with "The color format should be red"
# TODO Skript 2.9.x currently cannot compare a color to a color
# TODO I think this is fixed in 2.10.x
# assert color format of {_t} = red with "The color format should be red"
set bold format of {_t} to true
assert bold format of {_t} = true with "The bold format should be true"

Expand Down

0 comments on commit b6c1385

Please sign in to comment.