1 parent 5e9dbbd commit db246feCopy full SHA for db246fe
1 file changed
Code/max/Containers/StateMachine/NodeTest.cpp
@@ -112,7 +112,7 @@ namespace StateMachine {
112
113
auto new_node_index = node.AttemptTransition(std::string_view{"test"});
114
115
- CurrentTest.MAX_TESTING_ASSERT( new_node_index == size_t{3} );
+ CurrentTest.MAX_TESTING_ASSERT( new_node_index == 3 );
116
CurrentTest.MAX_TESTING_ASSERT( !range_callback_called );
117
CurrentTest.MAX_TESTING_ASSERT( string_callback_called );
118
}
0 commit comments