We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca84df0 commit 360276aCopy full SHA for 360276a
crates/djls-template-ast/src/tagspecs.rs
@@ -174,7 +174,7 @@ mod tests {
174
use super::*;
175
176
#[test]
177
- fn test_specs_are_valid() -> Result<(), anyhow::Error> {
+ fn test_can_load_builtins() -> Result<(), anyhow::Error> {
178
let specs = TagSpecs::load_builtin_specs()?;
179
180
assert!(!specs.0.is_empty(), "Should have loaded at least one spec");
0 commit comments