Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LabordePierre committed Sep 21, 2023
1 parent be9c912 commit 4ba39d6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
{ #category : #tests }
DependencyProjectLoadTest >> testIsLoadCorrectly [

"labordep : test if a common Bloc class is loaded and a recent Bloc class is loaded"
self assert: #BlElement isClass.
self assert: #BlLayoutResizerState isClass.
"labordep : test if a old and a latest bloc class are loaded"
self assert: (RGClassDefinition named: #BlElement) isClass.
self assert: (RGClassDefinition named: #BlLayoutResizerState) isClass.
]

0 comments on commit 4ba39d6

Please sign in to comment.