Skip to content

Commit

Permalink
Fixing GTools removal: DA tests #9710
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 6, 2021
1 parent 3393ccc commit 811dcc6
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -22,14 +22,14 @@ DADependencyCheckerTest >> testShouldGetDirectDependencies [

{ #category : #tests }
DADependencyCheckerTest >> testShouldGetUnresolvedDependencies [
| result |


| result |
result := (checker unresolvedDependenciesOf: 'Tool-DependencyAnalyser-Tests-Data').

self
assert: result size
equals: 2.

self assert: ((result at: #collect:as:) includesAll: #(#'GT-Spotter' #'Collections-Abstract')).
self flag: #Torevisit.
"I do not like to have a dependency on another tools. It would be better to check against a lib in a lower layer."
self assert: ((result at: #collect:as:) includesAll: #(#'NewTools-Spotter' #'Collections-Abstract')).

]

0 comments on commit 811dcc6

Please sign in to comment.