mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-14 14:25:36 +00:00
rename test
This commit is contained in:
parent
ca84df0376
commit
360276af1a
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_specs_are_valid() -> Result<(), anyhow::Error> {
|
fn test_can_load_builtins() -> Result<(), anyhow::Error> {
|
||||||
let specs = TagSpecs::load_builtin_specs()?;
|
let specs = TagSpecs::load_builtin_specs()?;
|
||||||
|
|
||||||
assert!(!specs.0.is_empty(), "Should have loaded at least one spec");
|
assert!(!specs.0.is_empty(), "Should have loaded at least one spec");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue