Skip to content

Commit

Permalink
Make test name more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 21, 2022
1 parent b82b663 commit 4a12a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/validation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ mod tests {
};

#[test]
fn validate_edge() -> anyhow::Result<()> {
fn edge_coherence() -> anyhow::Result<()> {
let mut shape = Shape::new();
Edge::builder(&mut shape)
.build_line_segment_from_points([[0., 0., 0.], [1., 0., 0.]])?
Expand Down

0 comments on commit 4a12a64

Please sign in to comment.