add test_process_helper

This commit is contained in:
Simon Gardling
2022-03-10 17:01:11 -05:00
parent 2226872ebf
commit 44a4d5cd4b
2 changed files with 31 additions and 30 deletions

View File

@@ -190,7 +190,6 @@ pub fn parse_value(value: &serde_json::Value) -> String {
.map(|ele| ele.as_str().unwrap())
.collect::<Vec<&str>>();
// Deliminate vector with a new line and return the resulting multiline string
string_vector
.iter()