Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 15, 2024
1 parent d0a2848 commit a82e289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sha256_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int s_sha256_test_oneshot_fn(struct aws_allocator *allocator, void *ctx)

aws_cal_library_clean_up();

return AWS_OP_ERR;
return AWS_OP_SUCCESS;
}

AWS_TEST_CASE(sha256_test_oneshot, s_sha256_test_oneshot_fn)
Expand Down

0 comments on commit a82e289

Please sign in to comment.