platform/tests: fix assertion for nmp_object
Here we should assert nmp_object_is_visible is NULL, just as what master branch do. Otherwise we will meet
ERROR: src/platform/tests/test-nmp-object - Bail out! test:ERROR:src/platform/tests/test-nmp-object.c:390:test_cache_link: assertion failed: (nmp_object_is_visible (obj_new))
Edited by HW-lj