diff --git a/src/Casino-Model-CoreWeb-Importer-Tests/CSNWebModelJavaAddParentFromSourceTest.class.st b/src/Casino-Model-CoreWeb-Importer-Tests/CSNWebModelJavaAddParentFromSourceTest.class.st index 67dd47b4..0b5e97c6 100644 --- a/src/Casino-Model-CoreWeb-Importer-Tests/CSNWebModelJavaAddParentFromSourceTest.class.st +++ b/src/Casino-Model-CoreWeb-Importer-Tests/CSNWebModelJavaAddParentFromSourceTest.class.st @@ -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 }