mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Pick a number by fiat.
This commit is contained in:
parent
2aed2e3d51
commit
0c75c7d600
@ -98,7 +98,7 @@ extension UnannotatedTerm: Arbitrary {
|
||||
}
|
||||
|
||||
static var arbitrary: Gen<UnannotatedTerm> {
|
||||
return Gen.sized(arbitrary)
|
||||
return arbitrary(7)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user