Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed May 3, 2024
1 parent 8571b5f commit bbe56ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/credentials_provider_sts_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static bool s_has_tester_received_shutdown_callback(void *user_data) {
(void)user_data;

return s_tester.mocked_connection_manager_shutdown_callback_count ==
s_tester.expected_manager_shutdown_callback_count;
s_tester.expected_connection_manager_shutdown_callback_count;
}

static void s_aws_wait_for_provider_shutdown_callback(void) {
Expand Down

0 comments on commit bbe56ab

Please sign in to comment.