Skip to content

Commit 3753a1b

Browse files
committed
return err
1 parent 63b03c5 commit 3753a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ static int s_test_connection_setup_shutdown_tls(struct aws_allocator *allocator,
524524
ASSERT_SUCCESS(rc);
525525

526526
ASSERT_SUCCESS(s_tester_clean_up(&tester));
527-
return AWS_OP_SUCCESS;
527+
return AWS_OP_ERR;
528528
}
529529
AWS_TEST_CASE(connection_setup_shutdown_tls, s_test_connection_setup_shutdown_tls);
530530

0 commit comments

Comments
 (0)