4
0
Эх сурвалжийг харах

perf(api): use math/rand/v2

jvoisin 11 сар өмнө
parent
commit
1af6df7cb9

+ 1 - 1
internal/api/api_integration_test.go

@@ -8,7 +8,7 @@ import (
 	"errors"
 	"fmt"
 	"io"
-	"math/rand"
+	"math/rand/v2"
 	"os"
 	"strings"
 	"testing"