Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukovec committed Sep 21, 2023
1 parent e72a405 commit 4405935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TestMockOracle extends AnyFunSuite with BeforeAndAfterEach with Checkers {
check(prop, minSuccessful(100), sizeRange(4))
}

test("oracleValueIsEqualToIndexedValue returns a simple boolean") {
test("chosenValueIsEqualToIndexedValue returns a simple boolean") {
val prop =
forAll(maxSizeAndIndexGen) { case (fixed, index) =>
val oracle = MockOracle.create(fixed)
Expand Down

0 comments on commit 4405935

Please sign in to comment.