Skip to content

Commit

Permalink
consistent test function names
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Sep 3, 2021
1 parent 2209858 commit dbd5b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glyph/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ fn pointtype_display_trait() {
}

#[test]
fn pointtype_from_str() {
fn pointtype_from_str_trait() {
assert!(PointType::from_str("move").unwrap() == PointType::Move);
assert!(PointType::from_str("line").unwrap() == PointType::Line);
assert!(PointType::from_str("offcurve").unwrap() == PointType::OffCurve);
Expand Down

0 comments on commit dbd5b75

Please sign in to comment.