You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Lots of tests in ZIO SQL were written in past, when some operators were not yet available.
In many places we could simplify, for example:
....
val expected = ???
val assertion = for {
r <- testResult.runCollect
} yield assert(r.head)(equalTo(expected))
assertion.mapErrorCause(cause => Cause.stackless(cause.untraced))
Lots of tests in ZIO SQL were written in past, when some operators were not yet available.
In many places we could simplify, for example:
to
This is to be done in two modules:
The text was updated successfully, but these errors were encountered: