Skip to content

Commit

Permalink
Merge pull request #659 from moosetechnology/fix-testReferenceBinding…
Browse files Browse the repository at this point in the history
…Reified-in-P12

Fix #testReferenceBindingReified in P12
  • Loading branch information
jecisc authored Dec 19, 2023
2 parents 045e3cd + f61456d commit 5e3e7c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ FamixReferenceModelImporterTest >> testReadAndWrite [
{ #category : #tests }
FamixReferenceModelImporterTest >> testReferenceBindingReified [
| famixClass |
famixClass := self model entityNamed: TestRunner class mooseName.
famixClass := self model entityNamed: TestCase class mooseName.
self assert: famixClass isNotNil
]

Expand Down

0 comments on commit 5e3e7c1

Please sign in to comment.