Skip to content

Commit db246fe

Browse files
committed
Foo
1 parent 5e9dbbd commit db246fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/max/Containers/StateMachine/NodeTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ namespace StateMachine {
112112

113113
auto new_node_index = node.AttemptTransition(std::string_view{"test"});
114114

115-
CurrentTest.MAX_TESTING_ASSERT( new_node_index == size_t{3} );
115+
CurrentTest.MAX_TESTING_ASSERT( new_node_index == 3 );
116116
CurrentTest.MAX_TESTING_ASSERT( !range_callback_called );
117117
CurrentTest.MAX_TESTING_ASSERT( string_callback_called );
118118
}

0 commit comments

Comments
 (0)