Skip to content

Commit

Permalink
change assert:equals: to assert:deepEquals:
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiovandewaeter committed Jun 3, 2024
1 parent 27d5ec9 commit 6423db4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FamixUTSUnitAssertionStrategy >> exportAssertEquals: aFamixUTAssertion on: expor

^ RBMessageNode
receiver: (RBVariableNode named: 'self')
selector: #assert:equals:
selector: #assert:deepEquals:
arguments: {
(RBVariableNode named: 'actual').
(exporter valueExporter makeVariableExpression:
Expand Down

0 comments on commit 6423db4

Please sign in to comment.