We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34a992 commit 991c298Copy full SHA for 991c298
tests/kernel/threads/thread_init/src/main.c
@@ -153,7 +153,7 @@ ZTEST_USER(thread_init, test_kinit_preempt_thread)
153
154
/*record time stamp of thread creation*/
155
t_create = k_uptime_get();
156
- zassert_not_null(pthread, "thread creation failed");
+ zassert_is_null(pthread, "thread creation failed");
157
158
expected.init_p1 = INIT_PREEMPT_P1;
159
expected.init_p2 = INIT_PREEMPT_P2;
0 commit comments