]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
remote: tests: remove call to math/rand.Seed which is a no-op master
authorSimon Ruderich <simon@ruderich.org>
Sat, 1 Nov 2025 09:32:58 +0000 (10:32 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 1 Nov 2025 09:32:58 +0000 (10:32 +0100)
commit0bcd287fcf625bb7c7ba51bb7f29c0436a02e3e2
treec5036c88b191e86f698bba60535239207528e60b
parent975710f1451df0139ec444e471d384ca34361d97
remote: tests: remove call to math/rand.Seed which is a no-op

I misjudged the linter warning in 5141405 (Update dependencies, static
checkers and Go to 1.24, 2025-10-17). rand.Seed is a no-op since 1.24.

The test works fine without a static seed.
remote/sync/files_test.go