Skip to content

Commit

Permalink
testStackTablePackagesLabels uses the wrong selector for the DoIt (th…
Browse files Browse the repository at this point in the history
…us #isDoIt would return false)
  • Loading branch information
MarcusDenker committed Oct 4, 2023
1 parent 3153649 commit 3166faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Debugger-Tests/StDebuggerTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ StDebuggerTest >> testStackTablePackagesLabels [
ctx := Context
sender: nil
receiver: nil
method: (Smalltalk compiler compile: 'doIt 1 + 1')
method: (Smalltalk compiler compile: 'DoIt 1 + 1')
arguments: #().
self assert: (packageColumn readObject: ctx) equals: '-'

Expand Down

0 comments on commit 3166faa

Please sign in to comment.