sam
09/07/2019, 3:42 PMresult.comparing(::name, ::location) shouldBe listOf(FullType("name", "location", "irrelevant"), FullType("other name", "other location", "also irrelevant"))
actually more work than doing result.comparing(::name, ::location) shouldBe listOf(Tuple2("name", "location"), Tuple2("other name", "other location"))
?