Skip to content

Commit

Permalink
update that was not done when introducing traits
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 23, 2024
1 parent 98b0ab9 commit ba81a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/test/java/ch/akuhn/fame/test/FM3MetaMetamodel.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class FM3MetaMetamodel {
@Test
public void has4Classes() {
MetaRepository m3 = MetaRepository.createFM3();
assertEquals(4, m3.allClassDescriptions().size());
assertEquals(6, m3.allClassDescriptions().size());
}

@Test
Expand All @@ -57,7 +57,7 @@ public void has1Package() {
@Test
public void has20Properties() {
MetaRepository m3 = MetaRepository.createFM3();
assertEquals(20, m3.allPropertyDescriptions().size());
assertEquals(24, m3.allPropertyDescriptions().size());
}

@Test
Expand Down

0 comments on commit ba81a3b

Please sign in to comment.