aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/methods.rs
diff options
context:
space:
mode:
authorLibravatar Kelly Thomas Kline <kellytk@sw-e.org>2021-10-13 03:06:38 -0700
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-10-13 13:59:12 +0200
commitc26d511fc008da2279c242dde4d69c50753332c4 (patch)
tree60dab3626a2dbba89d74b424567461b1e8b4d7eb /testing/tests/methods.rs
parentc288f7fafa9745f6f78eabd818fdc37af8ba2674 (diff)
downloadaskama-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.rs2
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");
}