Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Apr 9, 2023
1 parent ff199cc commit 69bc2b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ StHaltCacheTest >> testInitialCacheBuild [
self assert: cache methodsWithHalts size equals: 6.
(self testClass methods
reject: [ :m |
#('StDummyTestClassWithHalts>>#mNoHalt' 'StDummyTestClassWithHalts>>#mRejectHalt')
#('StDummyTestClassWithHalts>>#mNoHalt' 'StDummyTestClassWithHalts>>#mRejectHalt' 'StDummyTestClassWithHalts>>#var')
includes: m printString ])
do: [ :method |
| haltNode nodeCache |
Expand Down

0 comments on commit 69bc2b5

Please sign in to comment.