Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 6, 2022
1 parent 9991351 commit e3ee5a2
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -52,6 +52,9 @@ object KnoraCardinalityInfoIsStricterThanZSpec extends ZIOSpecDefault {
},
test("cardinality of '1-n' is stricter than cardinality of '0-n'") {
assertTrue(mustHaveSome.isStricterThan(mayHaveMany))
},
test ("should fail"){
assertTrue(false);
}
)

Expand Down

0 comments on commit e3ee5a2

Please sign in to comment.