Quellcode durchsuchen

perf(api): use math/rand/v2

jvoisin vor 1 Jahr
Ursprung
Commit
1af6df7cb9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"