diff --git a/src/parser/mod.rs b/src/parser/mod.rs index 1df34dc..8f57e46 100644 --- a/src/parser/mod.rs +++ b/src/parser/mod.rs @@ -40,7 +40,7 @@ mod tests { Create("b".to_string(), Line("'hello world'".to_string())), Print("a".to_string()), Print("b".to_string()), - ErrorCode("no command".to_string()), + ErrorCode("Could not recognize the command".to_string()), ]; let mut i = 0;