Skip to content

Commit

Permalink
Fix unit tests (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
9glenda authored Jan 2, 2024
1 parent 018de6e commit 27f91cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrape/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl TypeCheck for Expr {
/// # Example
///
/// ```rust
/// use seekr_rs::scrape::{Expr, parse_parens, Value, Oper};
/// use seekr::scrape::{Expr, parse_parens, Value, Oper};
/// use std::collections::HashMap;
/// let result = parse_parens(HashMap::new(), "(4+20)");
/// assert_eq!(
Expand Down

0 comments on commit 27f91cf

Please sign in to comment.