fixing tests
This commit is contained in:
parent
d1729b34fb
commit
50abdf1783
4 changed files with 97 additions and 4 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue