diff options
Diffstat (limited to '')
-rw-r--r-- | testing/tests/methods.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/methods.rs b/testing/tests/methods.rs index cdd0e36..09f91e6 100644 --- a/testing/tests/methods.rs +++ b/testing/tests/methods.rs @@ -29,7 +29,7 @@ impl SelfRawIdentifierMethodTemplate { } #[test] -fn test_self_rawidentifiermethod() { +fn test_self_raw_identifier_method() { let t = SelfRawIdentifierMethodTemplate {}; assert_eq!(t.render().unwrap(), "foo"); } |