From 5bbf1b2d716a7ebae9215fe3b596d54d8e493c4f Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 15 Jul 2026 17:00:01 -0600 Subject: [PATCH] test: updated repl tests for undo command --- src/repl/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/repl/mod.rs b/src/repl/mod.rs index a23cc88..b8fb7e8 100644 --- a/src/repl/mod.rs +++ b/src/repl/mod.rs @@ -1600,8 +1600,8 @@ mod tests { } #[test] - fn repl_commands_has_50_entries() { - assert_eq!(REPL_COMMANDS.len(), 50); + fn repl_commands_has_51_entries() { + assert_eq!(REPL_COMMANDS.len(), 51); } #[test]