fix: Update test calls for &str API change
This commit is contained in:
parent
eadd2827a5
commit
7cc9cfbb2b
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ mod tests {
|
|||
let store = Store::open("auto").unwrap();
|
||||
let es = EvalState::new(store).unwrap();
|
||||
let v = es
|
||||
.eval_from_string("[ ]".to_string(), "<test>".to_string())
|
||||
.eval_from_string("[ ]", "<test>")
|
||||
.unwrap();
|
||||
es.force(&v).unwrap();
|
||||
let t = es.value_type(&v).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue