fix: test failure due to wrong assertion (#707)

This commit is contained in:
Tom
2026-03-31 03:06:39 -07:00
committed by GitHub
parent 1e80916b65
commit f81e3291bd

View File

@@ -262,7 +262,7 @@ mod tests {
)
.collect::<Vec<_>>();
assert_eq!(output.len(), 6);
assert_eq!(output.len(), 7);
assert_eq!(output[0], MessageToken::CodeblockMarker(1));
assert_eq!(
output[1],