mirror of https://github.com/getdnsapi/getdns.git
Fixed suite name for getdns_dict_get_dict() tests
This commit is contained in:
parent
b1abc6e48c
commit
0f93bed1de
|
@ -198,7 +198,7 @@
|
|||
Suite *
|
||||
getdns_dict_get_dict_suite (void)
|
||||
{
|
||||
Suite *s = suite_create ("getdns_dict_get_data_type()");
|
||||
Suite *s = suite_create ("getdns_dict_get_dict()");
|
||||
|
||||
/* Negative test caseis */
|
||||
TCase *tc_neg = tcase_create("Negative");
|
||||
|
|
Loading…
Reference in New Issue