Skip to content

Commit

Permalink
update path test ressource
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Dec 8, 2023
1 parent 7e97970 commit a2abfc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ CSNWebModelJavaAddParentFromSourceTest >> resourcesFileReference [
ifFalse: [ (IceRepository registry
detect: [ :each | each includesPackageNamed: self class package name ]
ifNone: [ self error: 'Please add a clone of this project to Iceberg to access to the resources' ]) location ].
^ repo / 'tests-resources' / 'tUI'
^ repo / 'tests-resources' / 'tUI' / 'hello'
]

{ #category : #running }
Expand Down

0 comments on commit a2abfc3

Please sign in to comment.