Skip to content

Commit

Permalink
Inline Gen.resultOf since calling it broke continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskoelker committed Dec 22, 2020
1 parent 28ab137 commit 8a3c541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ object CommandsShrinkSpecification extends Properties("Commands Shrinking") {
Gen.const(Capacity),
Gen.const(Size),
Gen.const(Dequeue),
Gen.resultOf(Enqueue)
Arbitrary.arbitrary[Element].map(Enqueue(_))
).retryUntil(_.preCondition(state), 100)

def newSut(state: State): Sut =
Expand Down

0 comments on commit 8a3c541

Please sign in to comment.