64206cfe07
Hey there, I hit a bug that panicked the tests with: panic: invalid argument to Intn The problem happened, because I have a Postgres `ENUM` with a single value, that caused a `rand.Intn(0)` call, which panics on zero. See: https://golang.org/src/math/rand/rand.go?s=4112:4142#L129 |
||
---|---|---|
.. | ||
random.go | ||
random_test.go | ||
randomize.go | ||
randomize_test.go |