typelevel / munit-cats-effect

Integration library for MUnit & cats-effect
Apache License 2.0
149 stars 34 forks source link

Restore tests that assert fixture ordering after munit-1.0.0-M11 release #365

Open mzuehlke opened 3 months ago

mzuehlke commented 3 months ago

munit reverted back to the fixture ordering used before the 1.0.0 milestones. This PR brings back the original unit test

The change was the following commit https://github.com/typelevel/munit-cats-effect/pull/223/commits/98ecf0648a1e7406057ee129a9ad11a965be1e52 as part of #223

Fixes #359