tests: Apply coding style to unit tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
void send_software_version_request(void **state);
|
||||
void display_software_version_result(void **state);
|
||||
void shows_message_when_software_version_error(void **state);
|
||||
void display_software_version_result_when_from_domainpart(void **state);
|
||||
void show_message_in_chat_window_when_no_resource(void **state);
|
||||
void display_software_version_result_in_chat(void **state);
|
||||
void send_software_version_request(void** state);
|
||||
void display_software_version_result(void** state);
|
||||
void shows_message_when_software_version_error(void** state);
|
||||
void display_software_version_result_when_from_domainpart(void** state);
|
||||
void show_message_in_chat_window_when_no_resource(void** state);
|
||||
void display_software_version_result_in_chat(void** state);
|
||||
|
||||
Reference in New Issue
Block a user