Skip to content

Commit

Permalink
tests: robustize tearDown of wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Aug 27, 2023
1 parent 6d30c3c commit 13c6416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ running
tearDown

thisContext insertSender: (Context contextEnsure: [super tearDown]).
wrappers do: [:wrapper | thisContext home insertSender: wrapper]
wrappers ifNotNil: [
wrappers do: [:wrapper | thisContext home insertSender: wrapper]].
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"setUp" : "ct 5/20/2021 16:54",
"setUpRandom" : "ct 6/10/2021 13:27",
"shouldNotChange:during:" : "ct 6/10/2021 13:20",
"tearDown" : "ct 5/20/2021 18:36",
"tearDown" : "ct 8/26/2023 17:51",
"unpatchClass:at:during:" : "ct 7/23/2021 17:20",
"wrapTest:" : "ct 7/24/2021 02:35" } }

0 comments on commit 13c6416

Please sign in to comment.