Skip to content

Commit

Permalink
change ordered collections to sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Durieux Pol committed Apr 18, 2024
1 parent 6ce833a commit 96bf8db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ MTNonMutatedMethodsAnalysisTest >> testNonMutatedMethods [
analysis mtAnalysis operators: {
MTReplacePlusWithMinusMutantOperator new.
MTReplaceMinusWithPlusMutantOperator new }.
results := analysis methodsWithoutMutation.
results := analysis methodsWithoutMutation asSet.

self assert: results equals: {
(MTAuxiliarClassForMatrix >> #initialize).
(MTAuxiliarClassForMatrix >> #reset) } asOrderedCollection
(MTAuxiliarClassForMatrix >> #reset) } asSet
]

0 comments on commit 96bf8db

Please sign in to comment.