Skip to content

Commit

Permalink
Make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Nov 17, 2024
1 parent b50efca commit d0e9519
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package zio.prelude.data
import zio.Scope
import zio.prelude.ZIOBaseSpec
import zio.prelude.data.Optional
import zio.test.TestAspect.exceptScala212
import zio.test.{Spec, TestEnvironment, assertTrue}

object OptionalSpec extends ZIOBaseSpec {
Expand All @@ -16,6 +17,6 @@ object OptionalSpec extends ZIOBaseSpec {

assertTrue(result == List(1L, 2L, 3L))
}
)
) @@ exceptScala212

}

0 comments on commit d0e9519

Please sign in to comment.