Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 7, 2023
1 parent 3bccd1a commit 74ce760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod tests {
Expression::Number(2),
Expression::Add(vec![Expression::Number(2), Expression::Number(2)]),
]);

assert_eq!(schierke.eval(exp, None), Ok(SchierkeResult::Number(6)));
}

Expand Down

0 comments on commit 74ce760

Please sign in to comment.