Skip to content

Commit

Permalink
updated test for rank level and name
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Nov 15, 2024
1 parent 02cc440 commit d6860bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ trait ConceptServiceSuite extends DatabaseFunSuite with UserAuthMixin:
do
assert(rootEntity.getId != null)
assertEquals(found, ConceptMetadata.from(greatGrandChild))
assertEquals(found.rankLevel, Option(greatGrandChild.getRankLevel))
assertEquals(found.rankName, Option(greatGrandChild.getRankName))

}

Expand Down

0 comments on commit d6860bc

Please sign in to comment.