test: updated repl tests for undo command

This commit is contained in:
2026-07-15 17:00:01 -06:00
parent e9c52566b8
commit 5bbf1b2d71
+2 -2
View File
@@ -1600,8 +1600,8 @@ mod tests {
} }
#[test] #[test]
fn repl_commands_has_50_entries() { fn repl_commands_has_51_entries() {
assert_eq!(REPL_COMMANDS.len(), 50); assert_eq!(REPL_COMMANDS.len(), 51);
} }
#[test] #[test]