Skip to content

Commit

Permalink
Fix test_spot_and_pawn_from_dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote committed Jul 4, 2024
1 parent 0cc31c4 commit 62c5e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ELiDE/ELiDE/tests/test_graphboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ def test_spot_and_pawn_from_dummy():
100,
"Dummy 2 didn't get to board",
)
idle_until(
lambda: board.stack_plane.data,
100,
"Dummy 2 didn't get into the board's stack_plane",
)
view.pawn_from_dummy(dummy2)
idle_until(
lambda: dummy2_name in char.thing, 100, "Dummy 2 didn't add thing"
Expand Down

0 comments on commit 62c5e57

Please sign in to comment.