Skip to content

Commit

Permalink
TODO added
Browse files Browse the repository at this point in the history
  • Loading branch information
captainurist committed Oct 15, 2023
1 parent a74f852 commit 9d3df0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Bin/GameTest/GameTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ GAME_TEST(Issues, Issue1191) {
EXPECT_EQ(pParty->pCharacters[2].getActualSkillValue(CHARACTER_SKILL_DARK).level(), 0);
EXPECT_EQ(pParty->pCharacters[2].getActualSkillValue(CHARACTER_SKILL_LIGHT).level(), 0);

// Uncomment when food issues (1226) resolved
// TODO(captainurist): Uncomment when food issues (1226) resolved
// EXPECT_EQ(foodTape.delta(), -3);
// EXPECT_EQ(pParty->GetFood(), 7);
}
Expand Down

0 comments on commit 9d3df0b

Please sign in to comment.