fixing tests

This commit is contained in:
Chris Cochrun 2025-01-12 21:25:19 -06:00
parent d1729b34fb
commit 50abdf1783
4 changed files with 97 additions and 4 deletions

View file

@ -71,8 +71,7 @@ mod test {
#[test]
fn test_parsing_lisp_presentation() {
let lisp =
read_to_string("./test_presentation.lisp").expect("oops");
let lisp = read_to_string("./testypres.lisp").expect("oops");
let lisp_value = crisp::reader::read(&lisp);
let test_vec = vec![
service_item_1(),