Fix the test 😆

This commit is contained in:
Anas Elgarhy 2022-10-12 18:57:40 +02:00
parent 93e792088c
commit ade4438ce4
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ mod tests {
repl.process("<-]".to_string());
repl.process("<-]".to_string());
let cells = &repl.interpreter().cells;
let cells = &repl.interpreter.cells;
assert_eq!(cells[0], 0);
assert_eq!(cells[1], 0);