Skip to main content

✅ Zero x is noop

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestKimarisEveningBellTolls::test_zero_x_is_noop

PRECONDITIONS:

Action

  • The Evening Bell Tolls with X=0

Expected Postconditions

  • State unchanged (X <= 0 -> noop)

Assertions

assert result is state, "X=0 should return unchanged state"