Skip to content

Commit

Permalink
chore: mod test => mod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piggynl committed Oct 8, 2024
1 parent 07f8de8 commit 383d788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tech/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl WappTechDomPatttern {
}

#[cfg(test)]
mod test {
mod tests {
use anyhow::{anyhow, Error};

use super::{to_vec, Tagged, WappTechVersionPattern, WappTechVersionValue};
Expand Down

0 comments on commit 383d788

Please sign in to comment.