fix-pin-reset-bug #26

Merged
carlos merged 14 commits from fix-pin-reset-bug into master 2025-02-21 10:31:45 +01:00
Showing only changes of commit c37fee5e54 - Show all commits

View File

@ -21,7 +21,7 @@ var (
sessionID string
src = rand.NewSource(42)
g = rand.New(src)
secondarySessionId = "0700000000"
secondarySessionId = "+254700000000"
)
var groupTestFile = flag.String("test-file", "group_test.json", "The test file to use for running the group tests")