Skip to content

Commit a3ea6a5

Browse files
finikorgnashif
authored andcommitted
tests: util: Correct test name
Trivial syntax fix. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 239805b commit a3ea6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/misc/util/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ void test_COND_CODE_0(void)
5959
/*test case main entry*/
6060
void test_main(void)
6161
{
62-
ztest_test_suite(test_ringbuffer_api,
62+
ztest_test_suite(test_util_api,
6363
ztest_unit_test(test_COND_CODE_1),
6464
ztest_unit_test(test_COND_CODE_0)
6565
);
66-
ztest_run_test_suite(test_ringbuffer_api);
66+
ztest_run_test_suite(test_util_api);
6767
}

0 commit comments

Comments
 (0)