Skip to content

Commit

Permalink
chore: a bit of clean up refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Nov 8, 2024
1 parent 0574247 commit 4ecb932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import fr.insee.lunatic.model.flat.ControlCriticalityEnum;
import fr.insee.lunatic.model.flat.ControlTypeEnum;
import fr.insee.lunatic.model.flat.Questionnaire;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void questionnaireStructure() {
@Test
void roundaboutProperties() {
// component properties
//assertEquals("4", roundabout.getPage());
assertEquals("4", roundabout.getPage());
assertEquals("\"Roundabout on SS2\"", roundabout.getLabel().getValue());
assertEquals(LabelTypeEnum.VTL_MD, roundabout.getLabel().getType());
assertEquals("true", roundabout.getConditionFilter().getValue());
Expand Down

0 comments on commit 4ecb932

Please sign in to comment.