Update tests for testplus.
[m6w6/libmemcached] / tests / libmemcached_world.h
index d51d3ad7bc0e6439c6e775e6994cb9f07b0b1e29..aab09ea3e5ed0cfcfd6d27503bc3ecfb5b3bcf16 100644 (file)
@@ -111,7 +111,7 @@ test_return_t world_pre_run(libmemcached_test_container_st *container)
 
 test_return_t world_post_run(libmemcached_test_container_st *container)
 {
-  assert(container->memc);
+  test_truth(container->memc);
 
   return TEST_SUCCESS;
 }