1
0
Fork 0
miniflux/internal/api
Thomas J Faughnan Jr 3e0d5de7a3 api tests: use intSize-agnostic random integers
rand.Intn(math.MaxInt64) causes tests to fail on 32-bit architectures.
Use the simpler rand.Int() instead, which still provides plenty of room
for generating pseudo-random test usernames.
2024-04-01 21:02:48 -07:00
..
api.go
api_integration_test.go
category.go
entry.go
feed.go
icon.go
middleware.go
opml.go
payload.go
subscription.go
user.go