Fix build and minor cleanup

This commit is contained in:
2022-10-14 19:57:44 -04:00
parent 2f8bff9c3b
commit 9f696399be
2 changed files with 7 additions and 18 deletions

View File

@@ -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);