typelevel/fs2

Fetched file attributes fail equality check

dantb opened this issue · 1 comments

dantb commented

For instance this assertion fails, which can make it confusing to troubleshoot real differences

val attr = Files[IO].getBasicFileAttributes(p)
(attr, attr).mapN(assertEquals(_, _))

Fix incoming.

Fixed in #3345