Skip to content

Commit

Permalink
fixup: comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Mar 15, 2024
1 parent 5f72470 commit 7fc90c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ct_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ void connectCallback(const redisAsyncContext *ac, int status) {
void connectCallbackNC(redisAsyncContext *ac, int status) {
UNUSED(ac);
UNUSED(status);
/* The testcase expects a failure during registration of
this non-async connect callback. */
/* The testcase expects a failure during registration of this
non-const connect callback and it should never be called. */
assert(0);
}
#endif
Expand Down

0 comments on commit 7fc90c4

Please sign in to comment.