This commit is contained in:
Thomas E Lackey 2023-03-13 12:33:27 -05:00
parent 6df692bb22
commit 10a34c74f5

View File

@ -1281,8 +1281,6 @@ func runRandTest(rt randTest) bool {
return true
}
// Just space changes
func TestRandom(t *testing.T) {
if err := quick.Check(runRandTest, nil); err != nil {
if cerr, ok := err.(*quick.CheckError); ok {