diff options
author | Kelly Thomas Kline <kellytk@sw-e.org> | 2021-10-13 03:06:38 -0700 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-10-13 13:59:12 +0200 |
commit | c26d511fc008da2279c242dde4d69c50753332c4 (patch) | |
tree | 60dab3626a2dbba89d74b424567461b1e8b4d7eb /testing/tests/methods.rs | |
parent | c288f7fafa9745f6f78eabd818fdc37af8ba2674 (diff) | |
download | askama-c26d511fc008da2279c242dde4d69c50753332c4.tar.gz askama-c26d511fc008da2279c242dde4d69c50753332c4.tar.bz2 askama-c26d511fc008da2279c242dde4d69c50753332c4.zip |
Make test name consistent with test template name
Diffstat (limited to 'testing/tests/methods.rs')
-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"); } |