Skip to content

Commit

Permalink
Restore testing with polluted namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Oct 6, 2024
1 parent 9d46930 commit c082142
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ object MyEnum extends enumeratum.Enum[MyEnum] {
class JsonCodecMakerEnumeratumSpec extends VerifyingSpec {
import com.github.plokhotnyuk.jsoniter_scala.core._
import com.github.plokhotnyuk.jsoniter_scala.macros.JsonCodecMaker._
import com.github.plokhotnyuk.jsoniter_scala.macros.NamespacePollutions._

"Value codecs for Enumeratum enum" should {
"serialize and deserialize when derived by macros" in {
Expand Down

0 comments on commit c082142

Please sign in to comment.