Commit 8dc933f2 authored by Simon Giesecke's avatar Simon Giesecke

Problem: non-expressive test case name

Solution: rename to more meaningful name
parent 34999d50
......@@ -32,7 +32,7 @@
SETUP_TEARDOWN_TESTCONTEXT
void test_x ()
void test_conflate ()
{
const char *bind_to = "tcp://127.0.0.1:*";
size_t len = MAX_SOCKET_STRING;
......@@ -75,6 +75,6 @@ int main (int, char *[])
setup_test_environment ();
UNITY_BEGIN ();
RUN_TEST (test_x);
RUN_TEST (test_conflate);
return UNITY_END ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment