Albert Latacz
Results
3
issues of
Albert Latacz
e.g. public static void foo(K k){}
**Which version of Kotest are you using** 5.6.2 When I run the following test ```kotlin @Test fun `should fail with correct message`() { TextNode.valueOf("foo2").should(be(TextNode.valueOf("foo"))) } ``` I get ``` expected:...
assertions 🔍