Skip to content

Commit

Permalink
forgot a call to super tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
adri09070 committed Jun 9, 2023
1 parent c37306b commit 85c45e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Chest-Commands-Tests/ChestCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ ChestCommandTest >> tearDown [
"Removing chests that currently exist but did not exist before the test execution"
nowChests do: [ :aChest |
(initialChests includes: aChest) ifFalse: [
Chest removeChest: aChest ] ]
Chest removeChest: aChest ] ].
super tearDown
]

0 comments on commit 85c45e4

Please sign in to comment.