kotest / kotest-extensions-arrow

Kotest extensions for Arrow
Apache License 2.0
39 stars 13 forks source link

upgrade kotest to 5.2.1 #149

Closed myuwono closed 2 years ago

myuwono commented 2 years ago

hmm.. the laws dsl in this repo doesn't work anymore due to the way that's being declared with string spec.

myuwono commented 2 years ago

My laptop cannot run gradle check locally on this repo somehow, i'm using github CI as my dev loop.


3 tests completed, 1 failed
MonoidLawTests.Boolean, Int, String obeys MonoidLaws FAILED
    IllegalStateException at /tmp/_karma_webpack_557292/commons.js:102685
There were failing tests

> Task :kotest-property-arrow:jsNodeTest

So i think by fixing the laws the tests started to run and seems like that started failing. I'll hand this over to you @i-walker i don't think i can easily debug this with my broken setup

i-walker commented 2 years ago

Thanks @myuwono I‘ll take a look this evening 👍🏾☺️