From 8396256fd300c48e82a4edf1a2237894e5297b16 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 24 Jul 2025 10:55:37 -0400 Subject: [PATCH] Testing main --- helper/acctest/random.go | 1 + 1 file changed, 1 insertion(+) diff --git a/helper/acctest/random.go b/helper/acctest/random.go index 102c85ddd..852ac53c7 100644 --- a/helper/acctest/random.go +++ b/helper/acctest/random.go @@ -207,6 +207,7 @@ func inverseMask(bits, byteLen int) ([]byte, error) { const ( // CharSetAlphaNum is the alphanumeric character set for use with // RandStringFromCharSet + // Test CharSetAlphaNum = "abcdefghijklmnopqrstuvwxyz012346789" // CharSetAlpha is the alphabetical character set for use with