Skip to main content

✅ X zero is noop

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestEnmerkarKingsStrength::test_x_zero_is_noop

PRECONDITIONS:

Action

  • A King's Strength with X=0

Expected Postconditions

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

Assertions

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