Skip to content

Commit dd46030

Browse files
committed
change naming of test
1 parent d7ba47b commit dd46030

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/all_tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int main(void)
4444

4545
printf("\n--- Jacobian Tests ---\n");
4646
mu_run_test(test_jacobian_log, tests_run);
47-
mu_run_test(test_jacobian_matrix_log, tests_run);
47+
mu_run_test(test_jacobian_log_matrix, tests_run);
4848
mu_run_test(test_jacobian_composite_log, tests_run);
4949
mu_run_test(test_jacobian_composite_log_add, tests_run);
5050
mu_run_test(test_jacobian_rel_entr_vector_args_1, tests_run);

tests/jacobian_tests/test_log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const char *test_jacobian_log()
2525
return 0;
2626
}
2727

28-
const char *test_jacobian_matrix_log()
28+
const char *test_jacobian_log_matrix()
2929
{
3030
double u_vals[7] = {0.0, 0.0, 0.0, 1.0, 2.0, 4.0, 5.0};
3131
double expected_Ax[4] = {1.0, 0.5, 0.25, 0.2};

0 commit comments

Comments
 (0)