Fix the test 😆
This commit is contained in:
parent
93e792088c
commit
ade4438ce4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue