Przeglądaj źródła

perf(api): use math/rand/v2

jvoisin 11 miesięcy temu
rodzic
commit
1af6df7cb9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      internal/api/api_integration_test.go

+ 1 - 1
internal/api/api_integration_test.go

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