kotest / kotest-extensions-arrow

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

#2670 Replace explicit usage of eq with should be from kotest assertion core #98

Closed ashishkujoy closed 2 years ago

ashishkujoy commented 2 years ago

Using eq directly from kotest assertion core/shared is causing backward compatibility issue arrow assertion. Replace that with shouldBe from core fixes that issue.