If custom message is an empty string, the test failure message is not formatted properly. Example: ```C assert_integer_equal(0, 1, __LINE__, ""); ```
If custom message is an empty string, the test failure message is not formatted properly.
Example: