Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Oct 20, 2023
1 parent 4f71290 commit 9d28153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AVL-Tree-Inspector/AVLTreeInspectorTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AVLTreeInspectorTest >> testCreateCanvas [
{ #category : 'tests' }
AVLTreeInspectorTest >> testTree [

|visualizer|
|visualizer tree |
tree := AVLTree new.
visualizer := AVLTreeVisualizer new.
visualizer tree: tree.
Expand Down

0 comments on commit 9d28153

Please sign in to comment.