Skip to content

Commit 3273301

Browse files
committed
Specify index type
1 parent f9cc059 commit 3273301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/max/Containers/StateMachine/TransitionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace StateMachine {
5353
auto new_node_index = transition.AttemptTransition(uint32_t{1});
5454

5555
CurrentTest.MAX_TESTING_ASSERT( callback_called );
56-
CurrentTest.MAX_TESTING_ASSERT( new_node_index == 2 );
56+
CurrentTest.MAX_TESTING_ASSERT( new_node_index == size_t{2} );
5757
}
5858
} );
5959

0 commit comments

Comments
 (0)