Skip to content

Commit a0c9a33

Browse files
committed
fix: bump EXPECTED_LEN after merging Solidity LanguageKind (#1106)
1 parent 7fb5e71 commit a0c9a33

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
@@ -281,7 +281,7 @@ mod tests {
281281
// Because both checks require the same manual update, they reinforce
282282
// each other: a developer who updates the match is reminded to also
283283
// update `all()` and this count.
284-
const EXPECTED_LEN: usize = 28;
284+
const EXPECTED_LEN: usize = 29;
285285
assert_eq!(
286286
LanguageKind::all().len(),
287287
EXPECTED_LEN,

0 commit comments

Comments
 (0)