From c26d511fc008da2279c242dde4d69c50753332c4 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Wed, 13 Oct 2021 03:06:38 -0700 Subject: Make test name consistent with test template name --- testing/tests/methods.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- cgit