Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Jan 19, 2024
1 parent 42075f1 commit d5a6c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5a6c41

Please sign in to comment.