Skip to content

Commit

Permalink
One more usage...
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Jul 25, 2023
1 parent cfd9d46 commit c5660f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runForLeafObjectReceiver: receiver ofClass: receiverClass method: aSelector clas
self
recordMethod: aSelector
inClass: aClass
forInstancesAndParameters: {receiver -> {}} asDictionary.
forInstancesAndParameters: (Dictionary newFromPairs: {receiver. {}}).

self assert: self recordings isEmpty not.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"runCollection:method:class:arguments:" : "ek 7/25/2023 13:05",
"runForLeafObjectReceiver:method:" : "ek 7/25/2023 13:05",
"runForLeafObjectReceiver:ofClass:method:" : "joabe 7/5/2023 16:39",
"runForLeafObjectReceiver:ofClass:method:class:" : "joabe 7/5/2023 16:39",
"runForLeafObjectReceiver:ofClass:method:class:" : "ek 7/25/2023 13:09",
"runForNonArrayCollection:" : "joabe 7/5/2023 16:39",
"setUp" : "joabe 7/5/2023 16:39",
"testMiniAssociation" : "ek 7/25/2023 11:51",
Expand Down

0 comments on commit c5660f5

Please sign in to comment.