Skip to content

Commit

Permalink
Clarify test module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Oom committed Mar 27, 2024
1 parent 9de2b00 commit 1ef4249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdtree/src/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub fn clip_triangle(triangles: &[Triangle], aabb: &Aabb, index: u32) -> Option<
}

#[cfg(test)]
mod tests {
mod clip_triangle_tests {
use super::*;

#[test]
Expand Down

0 comments on commit 1ef4249

Please sign in to comment.