Skip to content

Commit

Permalink
test(board-controller): fix issue with test randomly failing
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Aug 19, 2024
1 parent 66c3b0a commit c96c9bd
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 @@ -80,7 +80,7 @@ defmodule Test.EpochtalkServerWeb.Controllers.Board do
assert response_boards |> Enum.count() == 2

# check parent board
assert response_parent_board["id"] == parent_board.id
assert response_parent_board["board_id"] == parent_board.id
assert response_parent_board["name"] == parent_board.name
assert response_parent_board["category_id"] == category.id
assert response_parent_board["parent_id"] == nil
Expand Down

0 comments on commit c96c9bd

Please sign in to comment.