Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
fix(driver): Fix wrong testing info
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed May 7, 2019
1 parent 04925eb commit d720aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void test_send_mam_message(void) {
test_time_end(&start_time, &end_time, &sum);
free(json_result);
}
printf("Average time of receive_mam_message: %lf\n", sum / TEST_COUNT);
printf("Average time of send_mam_message: %lf\n", sum / TEST_COUNT);
}

void test_receive_mam_message(void) {
Expand Down

0 comments on commit d720aa6

Please sign in to comment.