rename test

This commit is contained in:
Josh Thomas 2025-01-06 19:56:48 -06:00
parent ca84df0376
commit 360276af1a

View file

@ -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");