fix(test): correct language typo in test name
This commit is contained in:
parent
6188010f53
commit
ecc787e221
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ fn detect_language_by_first_line_regex() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn detect_langauge_by_double_barrel_file_extension() {
|
||||
fn detect_language_by_double_barrel_file_extension() {
|
||||
let blade_dir = tree_sitter_dir(
|
||||
r#"{
|
||||
"grammars": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue