Ninja edit the ninja edit

This commit is contained in:
Daniël de Kok 2023-02-01 15:20:10 +01:00
parent 9d9f16a5a7
commit 16cb4c5955

View File

@ -795,7 +795,7 @@ def _states_diff_to_actions(
c_state_before = before_state.c c_state_before = before_state.c
c_state_after = after_state.c c_state_after = after_state.c
assert equal(c_state_before.history.begin(), c_state_before.history.begin(), assert equal(c_state_before.history.begin(), c_state_before.history.end(),
c_state_after.history.begin()) c_state_after.history.begin())
actions = [] actions = []