Skip to content

Commit 360276a

Browse files
rename test
1 parent ca84df0 commit 360276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/djls-template-ast/src/tagspecs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ mod tests {
174174
use super::*;
175175

176176
#[test]
177-
fn test_specs_are_valid() -> Result<(), anyhow::Error> {
177+
fn test_can_load_builtins() -> Result<(), anyhow::Error> {
178178
let specs = TagSpecs::load_builtin_specs()?;
179179

180180
assert!(!specs.0.is_empty(), "Should have loaded at least one spec");

0 commit comments

Comments
 (0)