Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Jan 9, 2024
1 parent 094b00e commit 9c64bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Famix-Value-Exporter/FamixValueOfEnum.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ FamixValueOfEnum >> accept: visitor [
FamixValueOfEnum >> asFASTJavaExpressionOn: visitor [

^ visitor model newClassProperty
type: (visitor makeClassTypeExpression: self type);
type: (visitor makeClassTypeExpression: self type name);
fieldName: self value name
]

0 comments on commit 9c64bb7

Please sign in to comment.