Skip to content

Commit 58b85e7

Browse files
committed
fix: bump EXPECTED_LEN to 28 after merging Julia + R
1 parent b070941 commit 58b85e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/codegraph-core/src/parser_registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ mod tests {
277277
// Because both checks require the same manual update, they reinforce
278278
// each other: a developer who updates the match is reminded to also
279279
// update `all()` and this count.
280-
const EXPECTED_LEN: usize = 27;
280+
const EXPECTED_LEN: usize = 28;
281281
assert_eq!(
282282
LanguageKind::all().len(),
283283
EXPECTED_LEN,

0 commit comments

Comments
 (0)