Skip to content

Commit

Permalink
test import branches
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Jun 14, 2024
1 parent 540386d commit e7587de
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [

Expand Down

0 comments on commit e7587de

Please sign in to comment.