Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukovec committed Sep 14, 2023
1 parent 1ab507c commit cee78ca
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class TestMockOracle extends AnyFunSuite with BeforeAndAfterEach with Checkers {
}

check(prop, minSuccessful(1000), sizeRange(4))

}

val (assertionsA, assertionsB): (Seq[TBuilderInstruction], Seq[TBuilderInstruction]) = 0
Expand Down Expand Up @@ -84,7 +83,6 @@ class TestMockOracle extends AnyFunSuite with BeforeAndAfterEach with Checkers {
}

check(prop, minSuccessful(1000), sizeRange(4))

}

test("caseAssertions always shorthands") {
Expand All @@ -101,7 +99,6 @@ class TestMockOracle extends AnyFunSuite with BeforeAndAfterEach with Checkers {
}

check(prop, minSuccessful(1000), sizeRange(4))

}

// We don't actually need the solver in MockOracle
Expand Down

0 comments on commit cee78ca

Please sign in to comment.