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

Commit d720aa6

Browse files
committed
fix(driver): Fix wrong testing info
1 parent 04925eb commit d720aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ void test_send_mam_message(void) {
179179
test_time_end(&start_time, &end_time, &sum);
180180
free(json_result);
181181
}
182-
printf("Average time of receive_mam_message: %lf\n", sum / TEST_COUNT);
182+
printf("Average time of send_mam_message: %lf\n", sum / TEST_COUNT);
183183
}
184184

185185
void test_receive_mam_message(void) {

0 commit comments

Comments
 (0)