Fix build and minor cleanup
This commit is contained in:
@@ -205,7 +205,7 @@ void test_parse_empty_str() {
|
||||
TEST_ASSERT_NULL(response);
|
||||
}
|
||||
|
||||
void test_parse_empty_str() {
|
||||
void test_parse_symbol() {
|
||||
response = nl_parse("foo");
|
||||
|
||||
TEST_ASSERT_NOT_NULL(response);
|
||||
|
||||
Reference in New Issue
Block a user