From 9c64bb7d1893119f2209998dc5e18dce4b6b3664 Mon Sep 17 00:00:00 2001 From: Gabriel Darbord Date: Wed, 10 Jan 2024 00:30:14 +0100 Subject: [PATCH] Fix test --- src/Famix-Value-Exporter/FamixValueOfEnum.extension.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Famix-Value-Exporter/FamixValueOfEnum.extension.st b/src/Famix-Value-Exporter/FamixValueOfEnum.extension.st index c085871..6b9afb4 100644 --- a/src/Famix-Value-Exporter/FamixValueOfEnum.extension.st +++ b/src/Famix-Value-Exporter/FamixValueOfEnum.extension.st @@ -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 ]