diff --git a/src/GitLabHealth-Model-Importer-Tests/GLHModelImporterTest.class.st b/src/GitLabHealth-Model-Importer-Tests/GLHModelImporterTest.class.st index 513779b..6ba22d5 100644 --- a/src/GitLabHealth-Model-Importer-Tests/GLHModelImporterTest.class.st +++ b/src/GitLabHealth-Model-Importer-Tests/GLHModelImporterTest.class.st @@ -25,6 +25,15 @@ GLHModelImporterTest >> model [ ^ self class resources first current model ] +{ #category : #tests } +GLHModelImporterTest >> testImportBranch [ + + | testCodeChurnRepository | + testCodeChurnRepository := (self model allWithType: GLHGroup) anyOne + projects anyOne repository. + self assert: testCodeChurnRepository branches isNotEmpty +] + { #category : #tests } GLHModelImporterTest >> testImportGroup [