1 parent 69c620a commit fdf6dbaCopy full SHA for fdf6dba
1 file changed
Code/max/Containers/StateMachine/StateMachineTest.cpp
@@ -43,7 +43,7 @@ namespace StateMachine {
43
44
auto state_machine = max::Containers::StateMachine::StateMachine{std::make_tuple(std::move(node_0), std::move(node_1))};
45
46
- state_machine.AttemptTransition(1);
+ state_machine.AttemptTransition(uint32_t{1});
47
48
CurrentTest.MAX_TESTING_ASSERT( state_machine.current_node_index_ == 1 );
49
CurrentTest.MAX_TESTING_ASSERT( range_callback_called );
0 commit comments