Skip to content

Commit

Permalink
test(board-test): fix issue with board test randomly failing
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Aug 20, 2024
1 parent d134003 commit 9de8894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/epochtalk_server_web/controllers/board_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ defmodule Test.EpochtalkServerWeb.Controllers.Board do
assert response_parent_board_children == []

# check child board
assert response_child_board["id"] == child_board.id
assert response_child_board["board_id"] == child_board.id
assert response_child_board["name"] == child_board.name
assert response_child_board["category_id"] == nil
assert response_child_board["parent_id"] == parent_board.id
Expand Down

0 comments on commit 9de8894

Please sign in to comment.