Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Dec 25, 2024
1 parent a06a149 commit 7feb7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional_tests/tests/test_atclient_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) {
goto exit;
}

if ((ret = test_17_should_be_connected_should_be_true(&root_conn)) != 0) {
if ((ret = test_17_disconnect(&root_conn)) != 0) {
atlogger_log(TAG, ATLOGGER_LOGGING_LEVEL_ERROR, "test_17_should_be_connected_should_be_true: %d\n", ret);
goto exit;
}
Expand Down Expand Up @@ -516,7 +516,7 @@ exit: {
}
}

static int test_17_should_be_connected_should_be_false(atclient_connection *conn) {
static int test_17_disconnect(atclient_connection *conn) {
atlogger_log(TAG, ATLOGGER_LOGGING_LEVEL_INFO, "test_17_should_be_connected_should_be_false Begin\n");

int ret = 1;
Expand Down

0 comments on commit 7feb7ad

Please # to comment.