Skip to content

Commit

Permalink
removed setseed Test
Browse files Browse the repository at this point in the history
  • Loading branch information
balanka committed Nov 14, 2022
1 parent 88f9bb7 commit a44cbd1
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,14 +568,6 @@ object CustomFunctionDefSpec extends PostgresRunnableSpec with DbSchema {

assertion.mapErrorCause(cause => Cause.stackless(cause.untraced))
},
test("setseed") {
val query = select(SetSeed(0.12), Random(), Random())

val randomTupleForSeed = (0.019967750719779076, 0.8378369929936333)
val testResult = execute(query).map { case (_, b, c) => (b, c) }

assertZIO(testResult.runHead.some)(equalTo(randomTupleForSeed))
},
test("Can calculate character length of a string") {

val query = select(CharLength(fName)) from customers
Expand Down

0 comments on commit a44cbd1

Please sign in to comment.