I cloned the kotlin-koans repo and have made some ...
# announcements
l
I cloned the kotlin-koans repo and have made some changes to some unit tests. One thing that is very confusing is that the AssertionError does not seem to get thrown on an assertion like this one :
assertTrue("This is wrong", false)
Am I missing something?