Skip to content

Commit d5a6c41

Browse files
committed
fix test
1 parent 42075f1 commit d5a6c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mod tests {
4040
Create("b".to_string(), Line("'hello world'".to_string())),
4141
Print("a".to_string()),
4242
Print("b".to_string()),
43-
ErrorCode("no command".to_string()),
43+
ErrorCode("Could not recognize the command".to_string()),
4444
];
4545

4646
let mut i = 0;

0 commit comments

Comments
 (0)