Fix bug
This commit is contained in:
parent
fb62145355
commit
4a20eecf91
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ TEST_CASE("Is valid move", "[AI]") {
|
|||
|
||||
TEST_CASE("is optimal direction", "[AI]") {
|
||||
using namespace pacman;
|
||||
using TestData = std::tuple<std::array<PacManAI::Move, 4>, std::size_t>;
|
||||
//using TestData = std::tuple<std::array<PacManAI::Move, 4>, std::size_t>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue