Skip to content

Commit

Permalink
레이스 컨디션 처리 안된 것 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
onee-only committed Dec 28, 2024
1 parent d309743 commit 8867fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion board/event/handler/test/board_handler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,9 @@ async def sleep(_):
BoardEventHandler.receive_try_pointing(message)
)

# FIXME: TODO: 레이스 컨디션 처리가 안 되어 있음!!!!!
# 첫번째: pointing-result, single-tile-opened 두번째: pointing-result 발행하는지 확인
self.assertEqual(len(mock.mock_calls), 3)
self.assertEqual(len(mock.mock_calls), 4)

@patch("event.EventBroker.publish")
async def test_try_pointing_pointable_closed_general_click_flag(self, mock: AsyncMock):
Expand Down

0 comments on commit 8867fda

Please sign in to comment.