From 360276af1a77a55134cedc6229bc7f1f0e49bbb5 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 6 Jan 2025 19:56:48 -0600 Subject: [PATCH] rename test --- crates/djls-template-ast/src/tagspecs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/djls-template-ast/src/tagspecs.rs b/crates/djls-template-ast/src/tagspecs.rs index 55f1426..169c0ab 100644 --- a/crates/djls-template-ast/src/tagspecs.rs +++ b/crates/djls-template-ast/src/tagspecs.rs @@ -174,7 +174,7 @@ mod tests { use super::*; #[test] - fn test_specs_are_valid() -> Result<(), anyhow::Error> { + fn test_can_load_builtins() -> Result<(), anyhow::Error> { let specs = TagSpecs::load_builtin_specs()?; assert!(!specs.0.is_empty(), "Should have loaded at least one spec");